ultra-telegram-framework
    Preparing search index...

    Interface AddStickerToSetParams

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

    Properties

    Properties

    name: string

    Sticker set name

    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 isn't changed.

    user_id: number

    User identifier of sticker set owner