Package org.drinkless.tdlib
Class TdApi.GetMessageThread
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.MessageThreadInfo>
org.drinkless.tdlib.TdApi.GetMessageThread
- Enclosing class:
- TdApi
Returns information about a message thread. Can be used only if messageProperties.canGetMessageThread == true.
Returns MessageThreadInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdIdentifier of the message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetMessageThread
public GetMessageThread()Default constructor for a function, which returns information about a message thread. Can be used only if messageProperties.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 messageProperties.canGetMessageThread == true.Returns
MessageThreadInfo- Parameters:
chatId- Chat identifier.messageId- Identifier of the message.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-