- Enclosing class:
- TdApi
Returns information about a message
thread. Can be used only if
message.canGetMessageThread == true.
Returns
MessageThreadInfo-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intlongIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionReturns information about a message thread.GetMessageThread(long chatId, long messageId) Returns information about a message thread.GetMessageThread(DataInput input) Returns information about a message thread. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdIdentifier of the message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetMessageThread
public GetMessageThread()Returns information about a message thread. Can be used only if message.canGetMessageThread == true. ReturnsMessageThreadInfo -
GetMessageThread
public GetMessageThread(long chatId, long messageId) Returns information about a message thread. Can be used only if message.canGetMessageThread == true. ReturnsMessageThreadInfo- Parameters:
chatId- long Chat identifier.messageId- long Identifier of the message.
-
GetMessageThread
Returns information about a message thread. Can be used only if message.canGetMessageThread == true. ReturnsMessageThreadInfo- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-