public static class TdApi.CreateSecretChat extends TdApi.Function<TdApi.Chat>
Returns Chat
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
secretChatId
Secret chat identifier.
|
| Constructor and Description |
|---|
CreateSecretChat()
Default constructor for a function, which returns an existing chat corresponding to a known secret chat.
|
CreateSecretChat(int secretChatId)
Creates a function, which returns an existing chat corresponding to a known secret chat.
|
| 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 CreateSecretChat()
Returns Chat
public CreateSecretChat(int secretChatId)
Returns Chat
secretChatId - Secret chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object