public static class TdApi.LoadGroupCallParticipants extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function