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
document
: Raw.TypeInputDocumentThe sticker
emoji
: stringAssociated emoji
maskCoords
: Raw.TypeMaskCoords or undefinedCoordinates for mask sticker
keywords
: string or undefinedSet of keywords, separated by commas (can’t be provided for mask stickers)