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