Interface SetStickerEmojis

Changes the list of emojis corresponding to a sticker. The sticker must belong to a regular or custom emoji sticker set that is owned by the current user. Request type for Tdjson#setStickerEmojis.

interface SetStickerEmojis {
    @type: "setStickerEmojis";
    emojis: string;
    sticker: InputFile;
}

Properties

Properties

@type: "setStickerEmojis"
emojis: string

New string with 1-20 emoji corresponding to the sticker.

sticker: InputFile

Sticker.