Struct awesome_bot::SendText[][src]

pub struct SendText { /* fields omitted */ }

Transparent struct built by SendBuilder to send Text messages.

Methods

impl SendText
[src]

Set ParseMode for the message

Set true to disable the link preview in the message.

Set a message ID to reply to with this message.

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

impl SendText
[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 SendText
[src]

Auto Trait Implementations

impl Send for SendText

impl Sync for SendText