Package org.drinkless.tdlib
Class TdApi.DraftMessageContentRichMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DraftMessageContent
org.drinkless.tdlib.TdApi.DraftMessageContentRichMessage
- Enclosing class:
- TdApi
A rich message draft; not supported in setChatDraftMessage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The rich message; the message must not have not yet uploaded media. -
Constructor Summary
ConstructorsConstructorDescriptionA rich message draft; not supported in setChatDraftMessage.A rich message draft; not supported in setChatDraftMessage. -
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; the message must not have not yet uploaded media. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DraftMessageContentRichMessage
public DraftMessageContentRichMessage()A rich message draft; not supported in setChatDraftMessage. -
DraftMessageContentRichMessage
A rich message draft; not supported in setChatDraftMessage.- Parameters:
message- The rich message; the message must not have not yet uploaded media.
-
-
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
-