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 TypeFieldDescriptionbooleanPass true to delete message draft in the chat.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 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
-
InputMessageDice
public InputMessageDice()A dice message. -
InputMessageDice
A dice message.- Parameters:
emoji- Emoji on which the dice throw animation is based.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
-