UniqueGift

class aiogram.types.unique_gift.UniqueGift(*, base_name: str, name: str, number: int, model: UniqueGiftModel, symbol: UniqueGiftSymbol, backdrop: UniqueGiftBackdrop, **extra_data: Any)[source]

This object describes a unique gift that was upgraded from a regular gift.

Source: https://core.telegram.org/bots/api#uniquegift

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 in https://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