Raw.DocumentAttributeSticker
Defines a sticker
documentAttributeSticker#6319d612 flags:# mask:flags.1?true alt:string stickerset:InputStickerSet mask_coords:flags.0?MaskCoords = DocumentAttribute;
export namespace Raw {
export class DocumentAttributeSticker {
constructor(params: {
mask?: boolean;
alt: string;
stickerset: Raw.TypeInputStickerSet;
maskCoords?: Raw.TypeMaskCoords;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x6319d612
Property
mask
: boolean or undefinedWhether this is a mask sticker
alt
: stringAlternative emoji representation of sticker
stickerset
: Raw.TypeInputStickerSetAssociated stickerset
maskCoords
: Raw.TypeMaskCoords or undefinedMask coordinates (if this is a mask sticker, attached to a photo)