public static class TdApi.UpdateSecretChat extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.SecretChat |
secretChat
New data about the secret chat.
|
| Constructor and Description |
|---|
UpdateSecretChat()
Some data of a secret chat has changed.
|
UpdateSecretChat(TdApi.SecretChat secretChat)
Some data of a secret chat has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.SecretChat secretChat
public static final int CONSTRUCTOR
public UpdateSecretChat()
public UpdateSecretChat(TdApi.SecretChat secretChat)
secretChat - New data about the secret chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object