public static class TdApi.GetCustomEmojiStickers extends TdApi.Function<TdApi.Stickers>
Returns Stickers
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
customEmojiIds
Identifiers of custom emoji stickers.
|
| Constructor and Description |
|---|
GetCustomEmojiStickers()
Default constructor for a function, which returns the list of custom emoji stickers by their identifiers.
|
GetCustomEmojiStickers(long[] customEmojiIds)
Creates a function, which returns the list of custom emoji stickers by their identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] customEmojiIds
public static final int CONSTRUCTOR
public GetCustomEmojiStickers()
Returns Stickers
public GetCustomEmojiStickers(long[] customEmojiIds)
Returns Stickers
customEmojiIds - Identifiers of custom emoji stickers. At most 200 custom emoji stickers can be received simultaneously.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object