Class: TD::Types::ChatEventAction::VoiceChatMuteNewParticipantsToggled
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::VoiceChatMuteNewParticipantsToggled
- Defined in:
- lib/tdlib/types/chat_event_action/voice_chat_mute_new_participants_toggled.rb
Overview
The mute_new_participants setting of a voice chat was toggled.
Instance Attribute Summary collapse
-
#mute_new_participants ⇒ Boolean
New value of the mute_new_participants setting.
Method Summary
Methods inherited from Base
Instance Attribute Details
#mute_new_participants ⇒ Boolean
New value of the mute_new_participants setting.
5 6 7 |
# File 'lib/tdlib/types/chat_event_action/voice_chat_mute_new_participants_toggled.rb', line 5 def mute_new_participants @mute_new_participants end |