- Enclosing class:
- TdApi
Returns information about a message
thread. Can be used only if
message.canGetMessageThread == true.
Returns
MessageThreadInfo
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
long
Identifier of the message. -
Constructor Summary
ConstructorDescriptionReturns 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
toString
Methods 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:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-