Skip to main content

messageActionGiftCode

Contains a Telegram Premium giftcode link.

type tg.MessageActionGiftCode struct { /* ... */ }

Implements MessageAction.

Fields

NameTypeRequiredDescription
ViaGiveawayboolIf set, this gift code was received from a giveaway » started by a channel/supergroup we're subscribed to.
UnclaimedboolIf set, the link was not redeemed yet.
BoostPeerPeerClassIdentifier of the channel/supergroup that created the gift code either directly or through a giveaway: if we import this giftcode link, we will also automatically boost this channel/supergroup.
DaysintyesDuration of the gifted Telegram Premium subscription, in days.
SlugstringyesSlug of the Telegram Premium giftcode link
CurrencystringThree-letter ISO 4217 currency code
Amountint64Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).
CryptoCurrencystringIf set, the gift was made using the specified cryptocurrency.
CryptoAmountint64If crypto_currency is set, contains the paid amount, in the smallest units of the cryptocurrency.
MessageTextWithEntitiesMessage attached with the gift

References