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 Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetChat

      public GetChat()
      Returns information about a chat by its identifier, this is an offline request if the current user is not a bot.

      Returns Chat

    • GetChat

      public GetChat​(long chatId)
      Returns information about a chat by its identifier, this is an offline request if the current user is not a bot.

      Returns Chat

      Parameters:
      chatId - long Chat identifier.
    • GetChat

      public GetChat​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details