Package org.drinkless.tdlib
Class TdApi.GetFullRichMessage
- Enclosing class:
- TdApi
Returns the full version of a rich message.
Returns RichMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat the messages belong to.static final intIdentifier uniquely determining type of the object.longIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the full version of a rich message.GetFullRichMessage(long chatId, long messageId) Creates a function, which returns the full version of a rich message. -
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 chatIdIdentifier of the chat the messages belong to. -
messageId
public long messageIdIdentifier of the message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetFullRichMessage
public GetFullRichMessage()Default constructor for a function, which returns the full version of a rich message.Returns
RichMessage -
GetFullRichMessage
public GetFullRichMessage(long chatId, long messageId) Creates a function, which returns the full version of a rich message.Returns
RichMessage- Parameters:
chatId- Identifier of the chat the messages belong to.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
-