payments.StarGiftWithdrawalUrl

class pyrogram.raw.base.payments.StarGiftWithdrawalUrl

A URL that can be used to import the exported NFT on Fragment.

Constructors:

This base type has 1 constructor available.

payments.StarGiftWithdrawalUrl

A URL that can be used to import the exported NFT on Fragment.

Functions:

This object can be returned by 1 function.

payments.GetStarGiftWithdrawalUrl

Convert a collectible gift » to an NFT on the TON blockchain.

TL Schema

payments.starGiftWithdrawalUrl#84aa3a9c
url:string

= payments.StarGiftWithdrawalUrl

Parameter Tree

StarGiftWithdrawalUrl
└── urlstring

Example

StarGiftWithdrawalUrl(
    url="https://google.com",
)