Inherits Function.
Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously.
Returns object_ptr<PushReceiverId>.
Public Fields | |
string | payload_ |
JSON-encoded push notification payload. | |
Public Types | |
using | ReturnType = object_ptr< pushReceiverId > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getPushReceiverId () | |
getPushReceiverId (string const &payload_) | |
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 = -286505294 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously.
Returns object_ptr<PushReceiverId>.
|
explicit |
Creates a function, which returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously.
Returns object_ptr<PushReceiverId>.
[in] | payload_ | JSON-encoded push notification payload. |
|
finalvirtual |