Interface SetStickerKeywords

Changes the list of keywords of 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#setStickerKeywords.

interface SetStickerKeywords {
    @type: "setStickerKeywords";
    keywords: string[];
    sticker: InputFile;
}

Properties

@type: "setStickerKeywords"
keywords: string[]

List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker.

sticker: InputFile

Sticker.