Raw.stickers.ChangeSticker
Update the keywords, emojis or mask coordinates of a sticker, bots only.
stickers.changeSticker#f5537ebc flags:# sticker:InputDocument emoji:flags.0?string mask_coords:flags.1?MaskCoords keywords:flags.2?string = messages.StickerSet;
export namespace Raw {
export namespace stickers {
export class ChangeSticker {
constructor(params: {
sticker: Raw.TypeInputDocument;
emoji?: string;
maskCoords?: Raw.TypeMaskCoords;
keywords?: string;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xf5537ebc
Property
sticker
: Raw.TypeInputDocumentThe sticker
emoji
: string or undefinedIf set, updates the emoji list associated to the sticker
maskCoords
: Raw.TypeMaskCoords or undefinedIf set, updates the mask coordinates
keywords
: string or undefinedIf set, updates the sticker keywords (separated by commas). can’t be provided for mask stickers.