Package org.drinkless.tdlib
Class TdApi.GroupCallParticipants
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GroupCallParticipants
- Enclosing class:
- TdApi
Contains identifiers of group call participants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Identifiers of the participants.intTotal number of group call participants. -
Constructor Summary
ConstructorsConstructorDescriptionContains identifiers of group call participants.GroupCallParticipants(int totalCount, TdApi.MessageSender[] participantIds) Contains identifiers of group call participants. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountTotal number of group call participants. -
participantIds
Identifiers of the participants. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GroupCallParticipants
public GroupCallParticipants()Contains identifiers of group call participants. -
GroupCallParticipants
Contains identifiers of group call participants.- Parameters:
totalCount- Total number of group call participants.participantIds- Identifiers of the participants.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-