[−][src]Trait telegram_bot_raw::requests::send_audio::CanReplySendAudio
Can reply with an audio
Required methods
fn audio_reply<'c, 'p, 't, T>(&self, audio: T) -> SendAudio<'c, 'p, 't> where
T: Into<InputFile>,
[src]
T: Into<InputFile>,
Implementors
impl<M> CanReplySendAudio for M where
M: ToMessageId + ToSourceChat,
[src]
M: ToMessageId + ToSourceChat,
fn audio_reply<'c, 'p, 't, T>(&self, audio: T) -> SendAudio<'c, 'p, 't> where
T: Into<InputFile>,
[src]
T: Into<InputFile>,