Package org.drinkless.tdlib
Class TdApi.GetMessageThread
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetMessageThread
-
- Enclosing class:
- TdApi
public static class TdApi.GetMessageThread extends TdApi.Function
Returns information about a message thread. Can be used only if message.canGetMessageThread == true.Returns
MessageThreadInfo
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.longmessageIdIdentifier of the message.
-
Constructor Summary
Constructors Constructor Description GetMessageThread()Default constructor for a function, which returns information about a message thread.GetMessageThread(long chatId, long messageId)Creates a function, which returns information about a message thread.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
messageId
public long messageId
Identifier of the message.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetMessageThread
public GetMessageThread()
Default constructor for a function, which returns information about a message thread. Can be used only if message.canGetMessageThread == true.Returns
MessageThreadInfo
-
GetMessageThread
public GetMessageThread(long chatId, long messageId)Creates a function, which returns information about a message thread. Can be used only if message.canGetMessageThread == true.Returns
MessageThreadInfo- Parameters:
chatId- Chat identifier.messageId- Identifier of the message.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-