public static class TdApi.ChatTypeSecret extends TdApi.ChatType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
secretChatId
Secret chat identifier.
|
long |
userId
User identifier of the other user in the secret chat.
|
| Constructor and Description |
|---|
ChatTypeSecret()
A secret chat with a user.
|
ChatTypeSecret(int secretChatId,
long userId)
A secret chat with a user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int secretChatId
public long userId
public static final int CONSTRUCTOR
public ChatTypeSecret()
public ChatTypeSecret(int secretChatId,
long userId)
secretChatId - Secret chat identifier.userId - User identifier of the other user in the secret chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object