View Source ExTDLib.Object.MessageGiftedPremium (ExTDLib v0.0.4)
Telegram Premium was gifted to the user.
| Name | Type | Description |
|---|---|---|
| gifter_user_id | string | The identifier of a user that gifted Telegram Premium; 0 if the gift was anonymous. |
| currency | string | Currency for the paid amount. |
| amount | string | The paid amount, in the smallest units of the currency. |
| cryptocurrency | string | Cryptocurrency used to pay for the gift; may be empty if none. |
| cryptocurrency_amount | string | The paid amount, in the smallest units of the cryptocurrency. |
| month_count | number | Number of month the Telegram Premium subscription will be active. |
| sticker | sticker | A sticker to be shown in the message; may be null if unknown. |
More details on telegram's documentation.