Inherits Function.
Returns a URL for upgraded gift withdrawal in the TON blockchain as an NFT; requires owner privileges for gifts owned by a chat.
Returns object_ptr<HttpUrl>.
Public Fields | |
string | received_gift_id_ |
Identifier of the gift. | |
string | password_ |
The 2-step verification password of the current user. | |
Public Types | |
using | ReturnType = object_ptr< httpUrl > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getUpgradedGiftWithdrawalUrl () | |
getUpgradedGiftWithdrawalUrl (string const &received_gift_id_, string const &password_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -784331188 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns a URL for upgraded gift withdrawal in the TON blockchain as an NFT; requires owner privileges for gifts owned by a chat.
Returns object_ptr<HttpUrl>.
getUpgradedGiftWithdrawalUrl | ( | string const & | received_gift_id_, |
string const & | password_ | ||
) |
Creates a function, which returns a URL for upgraded gift withdrawal in the TON blockchain as an NFT; requires owner privileges for gifts owned by a chat.
Returns object_ptr<HttpUrl>.
[in] | received_gift_id_ | Identifier of the gift. |
[in] | password_ | The 2-step verification password of the current user. |
|
finalvirtual |