Struct clacks_mtproto::mtproto::rpc::messages::EditInlineBotMessage [] [src]

pub struct EditInlineBotMessage {
    pub no_webpage: bool,
    pub stop_geo_live: bool,
    pub id: InputBotInlineMessageID,
    pub message: Option<string>,
    pub reply_markup: Option<ReplyMarkup>,
    pub entities: Option<Vector<Boxed, MessageEntity>>,
    pub geo_point: Option<InputGeoPoint>,
}

TL-derived from messages.editInlineBotMessage

messages.editInlineBotMessage#b0e08243 flags:# no_webpage:flags.1?true stop_geo_live:flags.12?true id:InputBotInlineMessageID message:flags.11?string reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector<MessageEntity> geo_point:flags.13?InputGeoPoint = Bool;

Fields

Trait Implementations

impl Debug for EditInlineBotMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EditInlineBotMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for EditInlineBotMessage
[src]

[src]

[src]

impl Function for EditInlineBotMessage
[src]

impl BareSerialize for EditInlineBotMessage
[src]

Auto Trait Implementations