public static class TdApi.PushReceiverId extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
id
The globally unique identifier of push notification subscription.
|
| Constructor and Description |
|---|
PushReceiverId()
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.
|
PushReceiverId(long id)
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long id
public static final int CONSTRUCTOR
public PushReceiverId()
public PushReceiverId(long id)
id - The globally unique identifier of push notification subscription.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object