Struct awesome_bot::SendVoice[][src]

pub struct SendVoice { /* fields omitted */ }
[]

Transparent struct built by SendBuilder to send Voice messages.

Methods

impl SendVoice
[src]
[]

[]

Set the duration of the voice audio.

[]

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 SendVoice
[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 SendVoice
[src]
[+]

Auto Trait Implementations

impl Send for SendVoice

impl Sync for SendVoice