public static class TdApi.ChatTypeSupergroup extends TdApi.ChatType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isChannel
True, if the supergroup is a channel.
|
long |
supergroupId
Supergroup or channel identifier.
|
| Constructor and Description |
|---|
ChatTypeSupergroup()
A supergroup or channel (with unlimited members).
|
ChatTypeSupergroup(long supergroupId,
boolean isChannel)
A supergroup or channel (with unlimited members).
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long supergroupId
public boolean isChannel
public static final int CONSTRUCTOR
public ChatTypeSupergroup()
public ChatTypeSupergroup(long supergroupId,
boolean isChannel)
supergroupId - Supergroup or channel identifier.isChannel - True, if the supergroup is a channel.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object