public static class TdApi.GetBasicGroup extends TdApi.Function<TdApi.BasicGroup>
Returns BasicGroup
| Modifier and Type | Field and Description |
|---|---|
long |
basicGroupId
Basic group identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetBasicGroup()
Default constructor for a function, which returns information about a basic group by its identifier.
|
GetBasicGroup(long basicGroupId)
Creates a function, which returns information about a basic group by its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long basicGroupId
public static final int CONSTRUCTOR
public GetBasicGroup()
Returns BasicGroup
public GetBasicGroup(long basicGroupId)
Returns BasicGroup
basicGroupId - Basic group identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object