Module tdlight.api

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 final 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 Details

    • 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:
  • 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

      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.
    • UpdateGroupCallParticipant

      public UpdateGroupCallParticipant(DataInput input) throws IOException
      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:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object