teleproto - v1.229.0
    Preparing search index...

    Interface InputStickerSetItemIn

    interface InputStickerSetItemIn {
        _?: "inputStickerSetItem";
        document: TypeInputDocumentIn;
        emoji: string;
        keywords?: string;
        maskCoords?: MaskCoordsIn;
    }
    Index
    _?: "inputStickerSetItem"
    emoji: string
    keywords?: string
    maskCoords?: MaskCoordsIn