Inherits ChatBoostSource.
The chat created a Telegram Premium gift code for a user.
Public Fields | |
int53 | user_id_ |
Identifier of a user, for which the gift code was created. | |
string | gift_code_ |
The created Telegram Premium gift code, which is known only if this is a gift code for the current user, or it has already been claimed. | |
Public Instance Methods | |
chatBoostSourceGiftCode () | |
chatBoostSourceGiftCode (int53 user_id_, string const &gift_code_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
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 = -98299206 |
Identifier uniquely determining a type of the object. | |
The chat created a Telegram Premium gift code for a user.
chatBoostSourceGiftCode | ( | int53 | user_id_, |
string const & | gift_code_ | ||
) |
The chat created a Telegram Premium gift code for a user.
[in] | user_id_ | Identifier of a user, for which the gift code was created. |
[in] | gift_code_ | The created Telegram Premium gift code, which is known only if this is a gift code for the current user, or it has already been claimed. |
|
finalvirtual |