public static class TdApi.GetBasicGroup extends TdApi.Function
Returns BasicGroup
TdApi.Function.Constructors
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() |
toString
public long basicGroupId
public static final int CONSTRUCTOR
public GetBasicGroup()
Returns BasicGroup
public GetBasicGroup(long basicGroupId)
Returns BasicGroup
basicGroupId
- Basic group identifier.public int getConstructor()
getConstructor
in class TdApi.Function