public static class TdApi.GetPushReceiverId extends TdApi.Function
Returns PushReceiverId
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function