public static class TdApi.GetPushReceiverId extends TdApi.Function<TdApi.PushReceiverId>
Returns PushReceiverId
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
payload
JSON-encoded push notification payload.
|
| Constructor and Description |
|---|
GetPushReceiverId()
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.
|
GetPushReceiverId(java.lang.String payload)
Creates a function, which returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String payload
public static final int CONSTRUCTOR
public GetPushReceiverId()
Returns PushReceiverId
public GetPushReceiverId(java.lang.String payload)
Returns PushReceiverId
payload - JSON-encoded push notification payload.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object