Package org.drinkless.tdlib
Class TdApi.InputMessageDice
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageContent
org.drinkless.tdlib.TdApi.InputMessageDice
- Enclosing class:
- TdApi
A dice message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue, if the chat message draft must be deleted.static final intIdentifier uniquely determining type of the object.Emoji on which the dice throw animation is based. -
Constructor Summary
ConstructorsConstructorDescriptionA dice message.InputMessageDice(String emoji, boolean clearDraft) A dice 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
-
emoji
Emoji on which the dice throw animation is based. -
clearDraft
public boolean clearDraftTrue, if the chat message draft must be deleted. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageDice
public InputMessageDice()A dice message. -
InputMessageDice
A dice message.- Parameters:
emoji- Emoji on which the dice throw animation is based.clearDraft- True, if the chat message draft must be deleted.
-
-
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
-