public static class TdApi.GetSecretChat extends TdApi.Function<TdApi.SecretChat>
Returns SecretChat
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
secretChatId
Secret chat identifier.
|
| Constructor and Description |
|---|
GetSecretChat()
Default constructor for a function, which returns information about a secret chat by its identifier.
|
GetSecretChat(int secretChatId)
Creates a function, which returns information about a secret chat by its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int secretChatId
public static final int CONSTRUCTOR
public GetSecretChat()
Returns SecretChat
public GetSecretChat(int secretChatId)
Returns SecretChat
secretChatId - Secret chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object