Class TdApi.OpenChat

  • Enclosing class:
    TdApi

    public static class TdApi.OpenChat
    extends TdApi.Function
    This method should be called if the chat is opened by the user. Many useful activities depend on the chat being opened or closed (e.g., in supergroups and channels all updates are received only for opened chats).

    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
      OpenChat()
      Default constructor.
      OpenChat​(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

      • OpenChat

        public OpenChat()
        Default constructor.
      • OpenChat

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