Sha256: 9f516b4fa8baa417b8e32d89e38680637a1cf38d327fd5d67eb9bd90d5292c6f

Contents?: true

Size: 412 Bytes

Versions: 3

Compression:

Stored size: 412 Bytes

Contents

module TD::Types
  # A voice chat participant was muted or unmuted.
  #
  # @attr participant_id [TD::Types::MessageSender] Identifier of the affected group call participant.
  # @attr is_muted [Boolean] New value of is_muted.
  class ChatEventAction::VoiceChatParticipantIsMutedToggled < ChatEventAction
    attribute :participant_id, TD::Types::MessageSender
    attribute :is_muted, 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_participant_is_muted_toggled.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_event_action/voice_chat_participant_is_muted_toggled.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_event_action/voice_chat_participant_is_muted_toggled.rb