public static class TdApi.GetGroupCall extends TdApi.Function
Returns GroupCall
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
Constructor and Description |
---|
GetGroupCall()
Default constructor for a function, which returns information about a group call.
|
GetGroupCall(int groupCallId)
Creates a function, which returns information about a group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public static final int CONSTRUCTOR
public GetGroupCall()
Returns GroupCall
public GetGroupCall(int groupCallId)
Returns GroupCall
groupCallId
- Group call identifier.public int getConstructor()
getConstructor
in class TdApi.Function