Package it.tdlight.jni
Class TdApi.UpdateGroupCallParticipant
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.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 int
CONSTRUCTOR
int
groupCallId
Identifier of group call.TdApi.GroupCallParticipant
participant
New 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.UpdateGroupCallParticipant(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
groupCallId
public int groupCallIdIdentifier of group call. -
participant
New data about a participant. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- int Identifier of group call.participant
- GroupCallParticipant New data about a participant.
-
UpdateGroupCallParticipant
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-