- Enclosing class:
- TdApi
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
-
Constructor Summary
ConstructorDescriptionGetChat()
Returns information about a chat by its identifier, this is an offline request if the current user is not a bot.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 information about a chat by its identifier, this is an offline request if the current user is not a bot. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
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
Returns information about a chat by its identifier, this is an offline request if the current user is not a bot.Returns
Chat
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-