telegram api method · layer 229 · #d06e93a8
payments.getStarGiftWithdrawalUrl
Convert a collectible gift » to an NFT on the TON blockchain.
definition
payments.getStarGiftWithdrawalUrl#d06e93a8 stargift:InputSavedStarGift password:InputCheckPasswordSRP = payments.StarGiftWithdrawalUrl;
parameters
| name | type | description |
|---|---|---|
stargift | InputSavedStarGift | The collectible gift to export. |
password | InputCheckPasswordSRP | The current user's 2FA password, passed as specified here ». |
returns
payments.StarGiftWithdrawalUrl
errors (5)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | PASSWORD_HASH_INVALID | The provided password hash is invalid. |
| 400 | PASSWORD_TOO_FRESH_%d | The password was modified less than 24 hours ago, try again in %d seconds. |
| 400 | SESSION_TOO_FRESH_%d | This session was created less than 24 hours ago, try again in %d seconds. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
history
present in layers 198–229
| id | layers |
|---|---|
| #d06e93a8 | 198–229 |