- Enclosing class:
- TdApi
Returns information about a message.
Returns
Message-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat the message belongs to.static final intlongIdentifier of the message to get. -
Constructor Summary
ConstructorsConstructorDescriptionReturns information about a message.GetMessage(long chatId, long messageId) Returns information about a message.GetMessage(DataInput input) Returns information about a message. -
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 chatIdIdentifier of the chat the message belongs to. -
messageId
public long messageIdIdentifier of the message to get. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetMessage
public GetMessage()Returns information about a message. ReturnsMessage -
GetMessage
public GetMessage(long chatId, long messageId) Returns information about a message. ReturnsMessage- Parameters:
chatId- long Identifier of the chat the message belongs to.messageId- long Identifier of the message to get.
-
GetMessage
Returns information about a message. ReturnsMessage- 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()
-