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