ultra-telegram-framework
    Preparing search index...

    Interface UploadStickerFileParams

    interface UploadStickerFileParams {
        sticker: InputFile;
        sticker_format: string;
        user_id: number;
    }
    Index

    Properties

    sticker: InputFile

    A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See https://core.telegram.org/stickers for technical requirements. More information on Sending Files: https://core.telegram.org/bots/api#sending-files

    sticker_format: string

    Format of the sticker, must be one of "static", "animated", "video"

    user_id: number

    User identifier of sticker file owner