public static class TdApi.GetStickerEmojis extends TdApi.Function
Returns Emojis
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputFile |
sticker
Sticker file identifier.
|
Constructor and Description |
---|
GetStickerEmojis()
Default constructor for a function, which returns emoji corresponding to a sticker.
|
GetStickerEmojis(TdApi.InputFile sticker)
Creates a function, which returns emoji corresponding to a sticker.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile sticker
public static final int CONSTRUCTOR
public GetStickerEmojis()
Returns Emojis
public GetStickerEmojis(TdApi.InputFile sticker)
Returns Emojis
sticker
- Sticker file identifier.public int getConstructor()
getConstructor
in class TdApi.Function