Package org.drinkless.tdlib
Class TdApi.GetGroupCallParticipants
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.GroupCallParticipants>
org.drinkless.tdlib.TdApi.GetGroupCallParticipants
- Enclosing class:
- TdApi
public static class TdApi.GetGroupCallParticipants
extends TdApi.Function<TdApi.GroupCallParticipants>
Returns information about participants of a non-joined group call that is not bound to a chat.
Returns GroupCallParticipants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The group call which participants will be returned.int
The maximum number of participants to return; must be positive. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns information about participants of a non-joined group call that is not bound to a chat.GetGroupCallParticipants
(TdApi.InputGroupCall inputGroupCall, int limit) Creates a function, which returns information about participants of a non-joined group call that is not bound to a chat. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
inputGroupCall
The group call which participants will be returned. -
limit
public int limitThe maximum number of participants to return; must be positive. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetGroupCallParticipants
public GetGroupCallParticipants()Default constructor for a function, which returns information about participants of a non-joined group call that is not bound to a chat.Returns
GroupCallParticipants
-
GetGroupCallParticipants
Creates a function, which returns information about participants of a non-joined group call that is not bound to a chat.Returns
GroupCallParticipants
- Parameters:
inputGroupCall
- The group call which participants will be returned.limit
- The maximum number of participants to return; must be positive.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-