public static class TdApi.ChatTypeBasicGroup extends TdApi.ChatType
| Modifier and Type | Field and Description |
|---|---|
long |
basicGroupId
Basic group identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ChatTypeBasicGroup()
A basic group (a chat with 0-200 other users).
|
ChatTypeBasicGroup(long basicGroupId)
A basic group (a chat with 0-200 other users).
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long basicGroupId
public static final int CONSTRUCTOR
public ChatTypeBasicGroup()
public ChatTypeBasicGroup(long basicGroupId)
basicGroupId - Basic group identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object