public static class TdApi.UpdateNewChat extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.Chat |
chat
The chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateNewChat()
A new chat has been loaded/created.
|
UpdateNewChat(TdApi.Chat chat)
A new chat has been loaded/created.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Chat chat
public static final int CONSTRUCTOR
public UpdateNewChat()
public UpdateNewChat(TdApi.Chat chat)
chat - The chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object