java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.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
Modifier and TypeFieldDescriptionstatic final int
int
Identifier of group call.New data about a participant. -
Constructor Summary
ConstructorDescriptionInformation about a group call participant was changed.UpdateGroupCallParticipant
(int groupCallId, TdApi.GroupCallParticipant participant) Information about a group call participant was changed.Information about a group call participant was changed. -
Method Summary
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:
-
-
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
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.- 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()
-