public static class TdApi.TMeUrlTypeSupergroup extends TdApi.TMeUrlType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
supergroupId
Identifier of the supergroup or channel.
|
| Constructor and Description |
|---|
TMeUrlTypeSupergroup()
A URL linking to a public supergroup or channel.
|
TMeUrlTypeSupergroup(long supergroupId)
A URL linking to a public supergroup or channel.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long supergroupId
public static final int CONSTRUCTOR
public TMeUrlTypeSupergroup()
public TMeUrlTypeSupergroup(long supergroupId)
supergroupId - Identifier of the supergroup or channel.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object