Skip to content

GramIO API Reference / @gramio/contexts/dist / UniqueGiftModel

Class: UniqueGiftModel

Defined in: contexts/index.d.ts:4562

Describes a service message about a regular gift that was sent or received.

Documentation

Constructors

Constructor

new UniqueGiftModel(payload): UniqueGiftModel

Defined in: contexts/index.d.ts:4564

Parameters

ParameterType
payloadTelegramUniqueGiftModel

Returns

UniqueGiftModel

Properties

PropertyTypeDefined in
payloadTelegramUniqueGiftModelcontexts/index.d.ts:4563

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

Defined in: contexts/index.d.ts:4566

MDN

Returns

string


name

Get Signature

get name(): string

Defined in: contexts/index.d.ts:4570

Name of the model

Returns

string


rarity

Get Signature

get rarity(): TelegramUniqueGiftModelRarity

Defined in: contexts/index.d.ts:4582

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

Returns

TelegramUniqueGiftModelRarity


rarityPerMille

Get Signature

get rarityPerMille(): number

Defined in: contexts/index.d.ts:4578

The number of unique gifts that receive this model for every 1000 gifts upgraded

Returns

number


sticker

Get Signature

get sticker(): StickerAttachment

Defined in: contexts/index.d.ts:4574

The sticker that represents the unique gift

Returns

StickerAttachment