UniqueGiftModel
This object describes the model of a unique gift.
fields
| field | type | required | description |
|---|---|---|---|
name | string | required | Name of the model |
sticker | Sticker | required | The sticker that represents the unique gift |
rarity_per_mille | number | required | The number of unique gifts that receive this model for every 1000 gift upgrades. Always 0 for crafted gifts. |
rarity | "uncommon" | "rare" | "epic" | "legendary" | optional | Optional. Rarity of the model if it is a crafted model. Currently, can be “uncommon”, “rare”, “epic”, or “legendary”. |
import
import type { UniqueGiftModel } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#uniquegiftmodel