public static class TdApi.TMeUrlTypeSupergroup extends TdApi.TMeUrlType
TdApi.TMeUrlType.Constructors
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() |
toString
public long supergroupId
public static final int CONSTRUCTOR
public TMeUrlTypeSupergroup()
public TMeUrlTypeSupergroup(long supergroupId)
supergroupId
- Identifier of the supergroup or channel.public int getConstructor()
getConstructor
in class TdApi.TMeUrlType