Class: TD::Types::ChatEventAction::VoiceChatParticipantVolumeLevelChanged
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::VoiceChatParticipantVolumeLevelChanged
- Defined in:
- lib/tdlib/types/chat_event_action/voice_chat_participant_volume_level_changed.rb
Overview
A voice chat participant volume level was changed.
Instance Attribute Summary collapse
-
#participant_id ⇒ TD::Types::MessageSender
Identifier of the affected group call participant.
-
#volume_level ⇒ Integer
New value of volume_level; 1-20000 in hundreds of percents.
Method Summary
Methods inherited from Base
Instance Attribute Details
#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_volume_level_changed.rb', line 6 def participant_id @participant_id end |
#volume_level ⇒ Integer
New value of volume_level; 1-20000 in hundreds of percents.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/voice_chat_participant_volume_level_changed.rb', line 6 def volume_level @volume_level end |