Raw.InputStickerSetItem

Raw.InputStickerSetItem

Sticker in a stickerset

inputStickerSetItem#32da9e9c flags:# document:InputDocument emoji:string mask_coords:flags.0?MaskCoords keywords:flags.1?string = InputStickerSetItem;
export namespace Raw {
  export class InputStickerSetItem {
    constructor(params: {
      document: Raw.TypeInputDocument;
      emoji: string;
      maskCoords?: Raw.TypeMaskCoords;
      keywords?: string;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x32da9e9c

Property