public static class TdApi.DeviceTokenUbuntuPush extends TdApi.DeviceToken
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
Token; may be empty to deregister a device.
|
| Constructor and Description |
|---|
DeviceTokenUbuntuPush()
A token for Ubuntu Push Client service.
|
DeviceTokenUbuntuPush(java.lang.String token)
A token for Ubuntu Push Client service.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String token
public static final int CONSTRUCTOR
public DeviceTokenUbuntuPush()
public DeviceTokenUbuntuPush(java.lang.String token)
token - Token; may be empty to deregister a device.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object