public static class TdApi.Updates extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Update[] |
updates
List of updates.
|
| Constructor and Description |
|---|
Updates()
Contains a list of updates.
|
Updates(TdApi.Update[] updates)
Contains a list of updates.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Update[] updates
public static final int CONSTRUCTOR
public Updates()
public Updates(TdApi.Update[] updates)
updates - List of updates.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object