public static class TdApi.StartScheduledGroupCall extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
| Constructor and Description |
|---|
StartScheduledGroupCall()
Default constructor for a function, which starts a scheduled group call.
|
StartScheduledGroupCall(int groupCallId)
Creates a function, which starts a scheduled 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 StartScheduledGroupCall()
Returns Ok
public StartScheduledGroupCall(int groupCallId)
Returns Ok
groupCallId - Group call identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object