public static class TdApi.GetSupergroupFullInfo extends TdApi.Function<TdApi.SupergroupFullInfo>
Returns SupergroupFullInfo
| 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 |
|---|
GetSupergroupFullInfo()
Default constructor for a function, which returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute.
|
GetSupergroupFullInfo(long supergroupId)
Creates a function, which returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute.
|
| 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 GetSupergroupFullInfo()
Returns SupergroupFullInfo
public GetSupergroupFullInfo(long supergroupId)
Returns SupergroupFullInfo
supergroupId - Supergroup or channel identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object