- Enclosing class:
- TdApi
Loads more participants of a group
call. The loaded participants will be
received through updates. Use the
field groupCall.loadedAllParticipants
to check whether all participants have
already been loaded.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Group call identifier.int
The maximum number of participants to load; up to 100. -
Constructor Summary
ConstructorDescriptionLoads more participants of a group call.LoadGroupCallParticipants
(int groupCallId, int limit) Loads more participants of a group call.Loads more participants of a group call. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. The group call must be previously received through getGroupCall and must be joined or being joined. -
limit
public int limitThe maximum number of participants to load; up to 100. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
LoadGroupCallParticipants
public LoadGroupCallParticipants()Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loadedAllParticipants to check whether all participants have already been loaded. ReturnsOk
-
LoadGroupCallParticipants
public LoadGroupCallParticipants(int groupCallId, int limit) Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loadedAllParticipants to check whether all participants have already been loaded. ReturnsOk
- Parameters:
groupCallId
- int Group call identifier. The group call must be previously received through getGroupCall and must be joined or being joined.limit
- int The maximum number of participants to load; up to 100.
-
LoadGroupCallParticipants
Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loadedAllParticipants to check whether all participants have already been loaded. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-