Struct awesome_bot::SendAudio[][src]

pub struct SendAudio { /* fields omitted */ }

Transparent struct built by SendBuilder to send Audio messages.

Methods

impl SendAudio
[src]

Set the duration of the track

Set the performer of the track

Set the title of the track

Set a message ID to reply with this message.

Set a ReplyMarkup to send, but instead of this, use the keyboard, hide or force methods

impl SendAudio
[src]

Add keyboard methods to the struct, only one of these will be sent, and it will be the last one used.

Add a keyboard to the reply

Hide the keyboard

Force the reply to this message

Trait Implementations

impl Finisher<Message> for SendAudio
[src]

Auto Trait Implementations

impl Send for SendAudio

impl Sync for SendAudio