public static class TdApi.DeviceTokenUbuntuPush extends TdApi.DeviceToken
TdApi.DeviceToken.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.DeviceToken