public static class TdApi.ReactionTypeEmoji extends TdApi.ReactionType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emoji
Text representation of the reaction.
|
| Constructor and Description |
|---|
ReactionTypeEmoji()
A reaction with an emoji.
|
ReactionTypeEmoji(java.lang.String emoji)
A reaction with an emoji.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String emoji
public static final int CONSTRUCTOR
public ReactionTypeEmoji()
public ReactionTypeEmoji(java.lang.String emoji)
emoji - Text representation of the reaction.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object