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