Class TdApi.ChatEventVideoChatParticipantIsMutedToggled

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatEventAction
dev.voroby.springframework.telegram.client.TdApi.ChatEventVideoChatParticipantIsMutedToggled
Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      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 - Identifier of the affected group call participant.
      isMuted - New value of isMuted.
  • 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