public static class TdApi.ChatEvents extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatEvent[] |
events
List of events.
|
Constructor and Description |
---|
ChatEvents()
Contains a list of chat events.
|
ChatEvents(TdApi.ChatEvent[] events)
Contains a list of chat events.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatEvent[] events
public static final int CONSTRUCTOR
public ChatEvents()
public ChatEvents(TdApi.ChatEvent[] events)
events
- List of events.public int getConstructor()
getConstructor
in class TdApi.Object