public static class TdApi.GetGroupCall extends TdApi.Function<TdApi.GroupCall>
Returns GroupCall
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public static final int CONSTRUCTOR
public GetGroupCall()
Returns GroupCall
public GetGroupCall(int groupCallId)
Returns GroupCall
groupCallId - Group call identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object