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