Struct clacks_mtproto::mtproto::bot_inline_message::Text [] [src]

pub struct Text {
    pub no_webpage: bool,
    pub message: string,
    pub entities: Option<Vector<Boxed, MessageEntity>>,
    pub reply_markup: Option<ReplyMarkup>,
}

TL-derived from botInlineMessageText

botInlineMessageText#8c7f65e2 flags:# no_webpage:flags.0?true message:string entities:flags.1?Vector<MessageEntity> reply_markup:flags.2?ReplyMarkup = BotInlineMessage;

Fields

Trait Implementations

impl Debug for Text
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Text
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Text
[src]

impl BareDeserialize for Text
[src]

impl IntoBoxed for Text
[src]

Auto Trait Implementations

impl Send for Text

impl Sync for Text