class Worker::AudioSelection
- Worker::AudioSelection
- Reference
- Object
Overview
Single audio selection
Defined in:
worker/audio_selection.crConstructors
Instance Method Summary
- #audios : Array(AudioPlayer::Audio)
- #channel_id : UInt64
- #fetch(indexes : Array(Int32)) : Array(AudioPlayer::Audio)
- #message_id : UInt64 | Nil
- #server_id : UInt64
- #user_id : UInt64
Constructor Detail
def self.new(server_id : UInt64, user_id : UInt64, channel_id : UInt64, message_id : UInt64 | Nil, audios : Array(AudioPlayer::Audio))
#