public static class TdApi.CreateSecretChat extends TdApi.Function
Returns Chat
TdApi.Function.Constructors
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() |
toString
public int secretChatId
public static final int CONSTRUCTOR
public CreateSecretChat()
Returns Chat
public CreateSecretChat(int secretChatId)
Returns Chat
secretChatId
- Secret chat identifier.public int getConstructor()
getConstructor
in class TdApi.Function