Package org.drinkless.tdlib
Class TdApi.UpdateGroupCallParticipants
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGroupCallParticipants
- Enclosing class:
- TdApi
The list of group call participants that can send and receive encrypted call data has changed; for group calls not bound to a chat only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Identifier of the group call.long[]
New list of group call participant user identifiers. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of group call participants that can send and receive encrypted call data has changed; for group calls not bound to a chat only.UpdateGroupCallParticipants
(int groupCallId, long[] participantUserIds) The list of group call participants that can send and receive encrypted call data has changed; for group calls not bound to a chat only. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
groupCallId
public int groupCallIdIdentifier of the group call. -
participantUserIds
public long[] participantUserIdsNew list of group call participant user identifiers. The identifiers may be invalid or the corresponding users may be unknown. The participants must be shown in the list of group call participants even there is no information about them. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateGroupCallParticipants
public UpdateGroupCallParticipants()The list of group call participants that can send and receive encrypted call data has changed; for group calls not bound to a chat only. -
UpdateGroupCallParticipants
public UpdateGroupCallParticipants(int groupCallId, long[] participantUserIds) The list of group call participants that can send and receive encrypted call data has changed; for group calls not bound to a chat only.- Parameters:
groupCallId
- Identifier of the group call.participantUserIds
- New list of group call participant user identifiers. The identifiers may be invalid or the corresponding users may be unknown. The participants must be shown in the list of group call participants even there is no information about them.
-
-
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
-