Raw.stickers.ChangeSticker

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

Results

Raw.messages.TypeStickerSet

Bots can use