Class: TD::Types::ChatEventAction::VoiceChatParticipantIsMutedToggled
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::VoiceChatParticipantIsMutedToggled
- 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
-
#is_muted ⇒ Boolean
New value of is_muted.
-
#participant_id ⇒ TD::Types::MessageSender
Identifier of the affected group call participant.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_muted ⇒ Boolean
New 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_id ⇒ TD::Types::MessageSender
Identifier of the affected group call participant.
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 |