public static class TdApi.UpdateNewCustomEvent extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
event
A JSON-serialized event.
|
| Constructor and Description |
|---|
UpdateNewCustomEvent()
A new incoming event; for bots only.
|
UpdateNewCustomEvent(java.lang.String event)
A new incoming event; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String event
public static final int CONSTRUCTOR
public UpdateNewCustomEvent()
public UpdateNewCustomEvent(java.lang.String event)
event - A JSON-serialized event.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object