UniqueGiftSymbol¶
- class telegram.UniqueGiftSymbol(name, sticker, rarity_per_mille, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This object describes the symbol shown on the pattern of a unique gift.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal if their
name
,sticker
andrarity_per_mille
are equal.Available In
Added in version 22.1.
- Parameters:
sticker (
telegram.Sticker
) – The sticker that represents the unique gift.rarity_per_mille (
int
) – The number of unique gifts that receive this model for every1000
gifts upgraded.
- rarity_per_mille[source]¶
The number of unique gifts that receive this model for every
1000
gifts upgraded.- Type: