public static class TdApi.GetSupergroup extends TdApi.Function<TdApi.Supergroup>
Returns Supergroup
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object