ultra-telegram-framework
    Preparing search index...

    Interface UniqueGiftModel

    This object describes the model of a unique gift.

    interface UniqueGiftModel {
        name: string;
        rarity?: string;
        rarity_per_mille: number;
        sticker: Sticker;
    }
    Index

    Properties

    name: string

    Name of the model

    rarity?: string

    Optional. Rarity of the model if it is a crafted model. Currently, can be "uncommon", "rare", "epic", or "legendary".

    rarity_per_mille: number

    The number of unique gifts that receive this model for every 1000 gift upgrades. Always 0 for crafted gifts.

    sticker: Sticker

    The sticker that represents the unique gift