Module tdlight.api

Class TdApi.ChatEventVideoChatParticipantIsMutedToggled

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventVideoChatParticipantIsMutedToggled
Enclosing class:
TdApi

public static final class TdApi.ChatEventVideoChatParticipantIsMutedToggled extends TdApi.ChatEventAction
A video chat participant was muted or unmuted.
  • Field Details

    • participantId

      public TdApi.MessageSender participantId
      Identifier of the affected group call participant.
    • isMuted

      public boolean isMuted
      New value of isMuted.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatEventVideoChatParticipantIsMutedToggled

      public ChatEventVideoChatParticipantIsMutedToggled()
      A video chat participant was muted or unmuted.
    • ChatEventVideoChatParticipantIsMutedToggled

      public ChatEventVideoChatParticipantIsMutedToggled(TdApi.MessageSender participantId, boolean isMuted)
      A video chat participant was muted or unmuted.
      Parameters:
      participantId - MessageSender Identifier of the affected group call participant.
      isMuted - boolean New value of isMuted.
    • ChatEventVideoChatParticipantIsMutedToggled

      public ChatEventVideoChatParticipantIsMutedToggled(DataInput input) throws IOException
      A video chat participant was muted or unmuted.
      Throws:
      IOException
  • Method Details