teleproto - v1.229.0
    Preparing search index...

    Interface StickersChangeStickerParams

    interface StickersChangeStickerParams {
        emoji?: string;
        keywords?: string;
        maskCoords?: MaskCoordsIn;
        sticker: TypeInputDocumentIn;
    }
    Index
    emoji?: string

    If set, updates the emoji list associated to the sticker

    keywords?: string

    If set, updates the sticker keywords (separated by commas). Can't be provided for mask stickers.

    maskCoords?: MaskCoordsIn

    If set, updates the mask coordinates

    The sticker