messageActionGiftPremium
Info about a gifted Telegram Premium subscription This service message should be displayed below the appropriate sticker from the inputStickerSetPremiumGifts » stickerset »:
type tg.MessageActionGiftPremium struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Currency | string | yes | Three-letter ISO 4217 currency code |
Amount | int64 | yes | Price of the gift 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). |
Days | int | yes | Duration of the gifted Telegram Premium subscription, in days. |
CryptoCurrency | string | — | If the gift was bought using a cryptocurrency, the cryptocurrency name. |
CryptoAmount | int64 | — | If the gift was bought using a cryptocurrency, price of the gift in the smallest units of a cryptocurrency. |
Message | TextWithEntities | — | Message attached with the gift |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionGiftPremium#48e91302