Package org.drinkless.tdlib
Class TdApi.InputMessageRichMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageContent
org.drinkless.tdlib.TdApi.InputMessageRichMessage
- Enclosing class:
- TdApi
A rich message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanPass true to delete message draft in the chat.static final intIdentifier uniquely determining type of the object.The rich message to send. -
Constructor Summary
ConstructorsConstructorDescriptionA rich message.InputMessageRichMessage(TdApi.InputRichMessage message, boolean clearDraft) A rich message. -
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 to send. -
clearDraft
public boolean clearDraftPass true to delete message draft in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageRichMessage
public InputMessageRichMessage()A rich message. -
InputMessageRichMessage
A rich message.- Parameters:
message- The rich message to send.clearDraft- Pass true to delete message draft in the chat.
-
-
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
-