Class TdApi.GetChat

  • Enclosing class:
    TdApi

    public static class TdApi.GetChat
    extends TdApi.Function
    Returns information about a chat by its identifier, this is an offline request if the current user is not a bot.

    Returns Chat

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

      • GetChat

        public GetChat()
        Default constructor.
      • GetChat

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