public static class TdApi.CreateNewSecretChat extends TdApi.Function
Returns Chat
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
Identifier of the target user.
|
Constructor and Description |
---|
CreateNewSecretChat()
Default constructor for a function, which creates a new secret chat.
|
CreateNewSecretChat(long userId)
Creates a function, which creates a new secret chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public static final int CONSTRUCTOR
public CreateNewSecretChat()
Returns Chat
public CreateNewSecretChat(long userId)
Returns Chat
userId
- Identifier of the target user.public int getConstructor()
getConstructor
in class TdApi.Function