Class TdApi.CloseChat

  • Enclosing class:
    TdApi

    public static class TdApi.CloseChat
    extends TdApi.Function
    This method should be called if the chat is closed by the user. Many useful activities depend on the chat being opened or closed.

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long chatId
      Chat identifier.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Constructor Summary

      Constructors 
      Constructor Description
      CloseChat()
      Default constructor.
      CloseChat​(long chatId)
      Constructor for initialization of all fields.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CloseChat

        public CloseChat()
        Default constructor.
      • CloseChat

        public CloseChat​(long chatId)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier.