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
public static class TdApi.UpdateGroupCallParticipant extends TdApi.Update
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
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdIdentifier of group call.TdApi.GroupCallParticipantparticipantNew data about a participant.
-
Constructor Summary
Constructors Constructor Description UpdateGroupCallParticipant()Information about a group call participant was changed.UpdateGroupCallParticipant(int groupCallId, TdApi.GroupCallParticipant participant)Information about a group call participant was changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
groupCallId
public int groupCallId
Identifier of group call.
-
participant
public TdApi.GroupCallParticipant participant
New data about a participant.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
public UpdateGroupCallParticipant(int groupCallId, TdApi.GroupCallParticipant participant)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 group call.participant- New data about a participant.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-