telegram api constructor · layer 229 · #48e91302
messageActionGiftPremium
Info about a gifted Telegram Premium subscription
definition
messageActionGiftPremium#48e91302 flags:# currency:string amount:long days:int crypto_currency:flags.0?string crypto_amount:flags.0?long message:flags.1?TextWithEntities = MessageAction;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
currency | string | Three-letter ISO 4217 currency code |
amount | long | 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 | |
crypto_currency | string | If the gift was bought using a cryptocurrency, the cryptocurrency name. |
crypto_amount | long | 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 |
type
MessageAction · 68 other constructors
history
present in layers 144–229 · constructor id changed 3×
| id | layers |
|---|---|
| #aba0f5c6 | 144–156 |
| #c83d6aec | 158–189 |
| #6c6274fa | 190–216 |
| #48e91302 | 217–229 |