public static class TdApi.GetAnimatedEmoji extends TdApi.Function
Returns AnimatedEmoji
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function