[][src]Trait telegram_bot_fork::prelude::CanSendAudio

pub trait CanSendAudio {
    fn audio_url<'s, 'c, 'p, 't, T>(&self, url: T) -> SendAudio<'s, 'c, 'p, 't>
    where
        T: Into<Cow<'s, str>>
; }

Send an audio

Required methods

fn audio_url<'s, 'c, 'p, 't, T>(&self, url: T) -> SendAudio<'s, 'c, 'p, 't> where
    T: Into<Cow<'s, str>>, 

Loading content...

Implementors

impl<M> CanSendAudio for M where
    M: ToChatRef
[src]

Loading content...