Inherits Function.
Returns information about an upgraded gift by its name.
Returns object_ptr<UpgradedGift>.
Public Fields | |
string | name_ |
Unique name of the upgraded gift. | |
Public Types | |
using | ReturnType = object_ptr< upgradedGift > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getUpgradedGift () | |
getUpgradedGift (string const &name_) | |
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 = -1331821135 |
Identifier uniquely determining a type of the object. | |
getUpgradedGift | ( | ) |
Default constructor for a function, which returns information about an upgraded gift by its name.
Returns object_ptr<UpgradedGift>.
|
explicit |
Creates a function, which returns information about an upgraded gift by its name.
Returns object_ptr<UpgradedGift>.
[in] | name_ | Unique name of the upgraded gift. |
|
finalvirtual |