Interface SetCustomEmojiStickerSetThumbnail

Sets a custom emoji sticker set thumbnail. Request type for Tdjson#setCustomEmojiStickerSetThumbnail.

interface SetCustomEmojiStickerSetThumbnail {
    @type: "setCustomEmojiStickerSetThumbnail";
    custom_emoji_id: string;
    name: string;
}

Properties

@type: "setCustomEmojiStickerSetThumbnail"
custom_emoji_id: string

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.

name: string

Sticker set name. The sticker set must be owned by the current user.