UniqueGift¶
- class telegram.UniqueGift(base_name, name, number, model, symbol, backdrop, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This object describes a unique gift that was upgraded from a regular gift.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal if their
base_name
,name
,number
,model
,symbol
, andbackdrop
are equal.Added in version 22.1.
- Parameters:
base_name (
str
) – Human-readable name of the regular gift from which this unique gift was upgraded.name (
str
) – Unique name of the gift. This name can be used inhttps://t.me/nft/...
links and story areas.number (
int
) – Unique number of the upgraded gift among gifts upgraded from the same regular gift.model (
UniqueGiftModel
) – Model of the gift.symbol (
UniqueGiftSymbol
) – Symbol of the gift.backdrop (
UniqueGiftBackdrop
) – Backdrop of the gift.
- base_name[source]¶
Human-readable name of the regular gift from which this unique gift was upgraded.
- Type:
- name[source]¶
Unique name of the gift. This name can be used in
https://t.me/nft/...
links and story areas.- Type:
- number[source]¶
Unique number of the upgraded gift among gifts upgraded from the same regular gift.
- Type: