ultra-telegram-framework
    Preparing search index...

    Interface ReplaceStickerInSetParams

    interface ReplaceStickerInSetParams {
        name: string;
        old_sticker: string;
        sticker: InputSticker;
        user_id: number;
    }
    Index

    Properties

    name: string

    Sticker set name

    old_sticker: string

    File identifier of the replaced sticker

    sticker: InputSticker

    A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged.

    user_id: number

    User identifier of the sticker set owner