teleproto - v1.229.0
    Preparing search index...

    Interface DocumentAttributeStickerIn

    interface DocumentAttributeStickerIn {
        _: "documentAttributeSticker";
        alt: string;
        mask?: boolean;
        maskCoords?: MaskCoordsIn;
        stickerset: TypeInputStickerSetIn;
    }
    Index
    _: "documentAttributeSticker"
    alt: string
    mask?: boolean
    maskCoords?: MaskCoordsIn