Class: TD::Types::ChatEventAction::VoiceChatParticipantVolumeLevelChanged

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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#participant_idTD::Types::MessageSender

Identifier of the affected group call participant.

Returns:



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_levelInteger

New value of volume_level; 1-20000 in hundreds of percents.

Returns:

  • (Integer)

    the current value of volume_level



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