Struct awesome_bot::SendBuilder[][src]

pub struct SendBuilder { /* fields omitted */ }

SendBuilder it's a builder struct that allows you to construct answers in a composable way, you will use it transparently with the send and answer methods of AwesomeBot

Methods

impl SendBuilder
[src]

Create a new SendBuilder, don't use it, use the send and answer methods of AwesomeBot :)

Start a text constructor to send.

Start a photo constructor to send.

Start an audio constructor to send.

Start a voice constructor to send.

Start a document constructor to send.

Start a sticker constructor to send.

Start a video constructor to send.

Start a forward constructor to send.

Start an action constructor to send.

Start a location constructor to send.

Trait Implementations

impl Clone for SendBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SendBuilder

impl Sync for SendBuilder