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