public static class TdApi.SetCustomEmojiStickerSetThumbnail extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
customEmojiId
Identifier of the custom emoji from the sticker set, which will be set as sticker set thumbnail; pass 0 to remove the sticker set thumbnail.
|
java.lang.String |
name
Sticker set name.
|
| Constructor and Description |
|---|
SetCustomEmojiStickerSetThumbnail()
Default constructor for a function, which sets a custom emoji sticker set thumbnail.
|
SetCustomEmojiStickerSetThumbnail(java.lang.String name,
long customEmojiId)
Creates a function, which sets a custom emoji sticker set thumbnail.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public long customEmojiId
public static final int CONSTRUCTOR
public SetCustomEmojiStickerSetThumbnail()
Returns Ok
public SetCustomEmojiStickerSetThumbnail(java.lang.String name,
long customEmojiId)
Returns Ok
name - Sticker set name. The sticker set must be owned by the current user.customEmojiId - Identifier of the custom emoji from the sticker set, which will be set as sticker set thumbnail; pass 0 to remove the sticker set thumbnail.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object