Package org.drinkless.tdlib
Class TdApi.LoadGroupCallParticipants
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.LoadGroupCallParticipants
-
- Enclosing class:
- TdApi
public static class TdApi.LoadGroupCallParticipants extends TdApi.Function
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
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdGroup call identifier.intlimitThe maximum number of participants to load; up to 100.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
groupCallId
public int groupCallId
Group call identifier. The group call must be previously received through getGroupCall and must be joined or being joined.
-
limit
public int limit
The maximum number of participants to load; up to 100.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LoadGroupCallParticipants
public LoadGroupCallParticipants()
Default constructor for a function, which 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
-
LoadGroupCallParticipants
public LoadGroupCallParticipants(int groupCallId, int limit)Creates a function, which 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- Parameters:
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-