Class: TD::Types::ChatEventAction::VoiceChatParticipantIsMutedToggled

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/voice_chat_participant_is_muted_toggled.rb

Overview

A voice chat participant was muted or unmuted.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_mutedBoolean

New value of is_muted.

Returns:

  • (Boolean)

    the current value of is_muted



6
7
8
# File 'lib/tdlib/types/chat_event_action/voice_chat_participant_is_muted_toggled.rb', line 6

def is_muted
  @is_muted
end

#participant_idTD::Types::MessageSender

Identifier of the affected group call participant.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_event_action/voice_chat_participant_is_muted_toggled.rb', line 6

def participant_id
  @participant_id
end