Package org.drinkless.tdlib
Class TdApi.UpdateGroupCallParticipant
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGroupCallParticipant
- Enclosing class:
- TdApi
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Identifier of the group call.New data about the participant. -
Constructor Summary
ConstructorsConstructorDescriptionInformation about a group call participant was changed.UpdateGroupCallParticipant
(int groupCallId, TdApi.GroupCallParticipant participant) Information about a group call participant was changed. -
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. -
participant
New data about the participant. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateGroupCallParticipant
public UpdateGroupCallParticipant()Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined. -
UpdateGroupCallParticipant
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined.- Parameters:
groupCallId
- Identifier of the group call.participant
- New data about the participant.
-
-
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
-