Inherits PushMessageContent.
A contact has registered with Telegram.
Public Fields | |
| bool | as_premium_account_ |
| True, if the user joined Telegram as a Telegram Premium account. | |
Public Instance Methods | |
| pushMessageContentContactRegistered () | |
| pushMessageContentContactRegistered (bool as_premium_account_) | |
| 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 = 1233778465 |
| Identifier uniquely determining a type of the object. | |
A contact has registered with Telegram.
|
explicit |
A contact has registered with Telegram.
| [in] | as_premium_account_ | True, if the user joined Telegram as a Telegram Premium account. |
|
finalvirtual |