Sha256: 348fc426a19ad7906f4a421aff40b7b85be4883df109c92ec95de66e4c8cb252

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

module TD::Types
  # The mute_new_participants setting of a voice chat was toggled.
  #
  # @attr mute_new_participants [Boolean] New value of the mute_new_participants setting.
  class ChatEventAction::VoiceChatMuteNewParticipantsToggled < ChatEventAction
    attribute :mute_new_participants, TD::Types::Bool
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_event_action/voice_chat_mute_new_participants_toggled.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_event_action/voice_chat_mute_new_participants_toggled.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_event_action/voice_chat_mute_new_participants_toggled.rb