public static class TdApi.GetSupergroupFullInfo extends TdApi.Function
Returns SupergroupFullInfo
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 |
---|
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() |
toString
public 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()
getConstructor
in class TdApi.Function