Class: TD::Types::ChatEventAction::VoiceChatMuteNewParticipantsToggled

Inherits:
TD::Types::ChatEventAction show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#mute_new_participantsBoolean

New value of the mute_new_participants setting.

Returns:

  • (Boolean)

    the current value of mute_new_participants



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