Interface GetCustomEmojiStickers

Returns the list of custom emoji stickers by their identifiers. Stickers are returned in arbitrary order. Only found stickers are returned. Request type for Tdjson#getCustomEmojiStickers.

interface GetCustomEmojiStickers {
    @type: "getCustomEmojiStickers";
    custom_emoji_ids: string[];
}

Properties

@type: "getCustomEmojiStickers"
custom_emoji_ids: string[]

Identifiers of custom emoji stickers. At most 200 custom emoji stickers can be received simultaneously.