public static class TdApi.LoadGroupCallParticipants 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.
|
int |
limit
The maximum number of participants to load; up to 100.
|
| Constructor and Description |
|---|
LoadGroupCallParticipants()
Default constructor for a function, which loads more participants of a group call.
|
LoadGroupCallParticipants(int groupCallId,
int limit)
Creates a function, which loads more participants of a group call.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public int limit
public static final int CONSTRUCTOR
public LoadGroupCallParticipants()
Returns Ok
public LoadGroupCallParticipants(int groupCallId,
int limit)
Returns Ok
groupCallId - Group call identifier. The group call must be previously received through getGroupCall and must be joined or being joined.limit - The maximum number of participants to load; up to 100.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object