public static class TdApi.UpdateNewChat extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public TdApi.Chat chat
public static final int CONSTRUCTOR
public UpdateNewChat()
public UpdateNewChat(TdApi.Chat chat)
chat
- The chat.public int getConstructor()
getConstructor
in class TdApi.Update