public static class TdApi.GetAnimatedEmoji extends TdApi.Function<TdApi.AnimatedEmoji>
Returns AnimatedEmoji
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emoji
The emoji.
|
| Constructor and Description |
|---|
GetAnimatedEmoji()
Default constructor for a function, which returns an animated emoji corresponding to a given emoji.
|
GetAnimatedEmoji(java.lang.String emoji)
Creates a function, which returns an animated emoji corresponding to a given 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 GetAnimatedEmoji()
Returns AnimatedEmoji
public GetAnimatedEmoji(java.lang.String emoji)
Returns AnimatedEmoji
emoji - The emoji.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object