public static class TdApi.InputMessageDice extends TdApi.InputMessageContent
TdApi.InputMessageContent.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InputMessageContent