Struct telegram_bot2::models::SendAudio
source · pub struct SendAudio { /* private fields */ }Expand description
Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in the .MP3 or .M4A format. On success, the sent Message is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future.
For sending voice messages, use the send_invoice method instead.
Trait Implementations§
source§impl<'de> Deserialize<'de> for SendAudio
impl<'de> Deserialize<'de> for SendAudio
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more