Package org.drinkless.tdlib
Class TdApi.MessageRichMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageRichMessage
- Enclosing class:
- TdApi
A rich message; the message can have multiple media of the same type, all of which must be shown in the corresponding profile tab.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The rich message. -
Constructor Summary
ConstructorsConstructorDescriptionA rich message; the message can have multiple media of the same type, all of which must be shown in the corresponding profile tab.MessageRichMessage(TdApi.RichMessage message) A rich message; the message can have multiple media of the same type, all of which must be shown in the corresponding profile tab. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
message
The rich message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageRichMessage
public MessageRichMessage()A rich message; the message can have multiple media of the same type, all of which must be shown in the corresponding profile tab. -
MessageRichMessage
A rich message; the message can have multiple media of the same type, all of which must be shown in the corresponding profile tab.- Parameters:
message- The rich 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
-