public static class TdApi.GetSupergroup extends TdApi.Function
Returns Supergroup
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
supergroupId
Supergroup or channel identifier.
|
Constructor and Description |
---|
GetSupergroup()
Default constructor for a function, which returns information about a supergroup or a channel by its identifier.
|
GetSupergroup(long supergroupId)
Creates a function, which returns information about a supergroup or a channel by its identifier.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long supergroupId
public static final int CONSTRUCTOR
public GetSupergroup()
Returns Supergroup
public GetSupergroup(long supergroupId)
Returns Supergroup
supergroupId
- Supergroup or channel identifier.public int getConstructor()
getConstructor
in class TdApi.Function