public static class TdApi.InputMessageDice extends TdApi.InputMessageContent
| Modifier and Type | Field and Description |
|---|---|
boolean |
clearDraft
True, if the chat message draft must be deleted.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emoji
Emoji on which the dice throw animation is based.
|
| Constructor and Description |
|---|
InputMessageDice()
A dice message.
|
InputMessageDice(java.lang.String emoji,
boolean clearDraft)
A dice message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String emoji
public boolean clearDraft
public static final int CONSTRUCTOR
public InputMessageDice()
public InputMessageDice(java.lang.String emoji,
boolean clearDraft)
emoji - Emoji on which the dice throw animation is based.clearDraft - True, if the chat message draft must be deleted.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object