Class TdApi.ChatEventVideoChatParticipantIsMutedToggled

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

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