Sha256: 6f46d6af38fb039b57867bccee9704c9d62110de0d2d03ade8311ea1dc3b2b65
Contents?: true
Size: 479 Bytes
Versions: 2
Compression:
Stored size: 479 Bytes
Contents
module TD::Types # A voice chat participant volume level was changed. # # @attr participant_id [TD::Types::MessageSender] Identifier of the affected group call participant. # @attr volume_level [Integer] New value of volume_level; 1-20000 in hundreds of percents. class ChatEventAction::VoiceChatParticipantVolumeLevelChanged < ChatEventAction attribute :participant_id, TD::Types::MessageSender attribute :volume_level, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems