Inherits Object.
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.
Public Fields | |
int64 | id_ |
The globally unique identifier of push notification subscription. | |
Public Instance Methods | |
pushReceiverId () | |
pushReceiverId (int64 id_) | |
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 = 371056428 |
Identifier uniquely determining a type of the object. | |
pushReceiverId | ( | ) |
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.
|
explicit |
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.
[in] | id_ | The globally unique identifier of push notification subscription. |
|
finalvirtual |