Struct clacks_mtproto::mtproto::input_bot_inline_result::Document [] [src]

pub struct Document {
    pub id: string,
    pub type_: string,
    pub title: Option<string>,
    pub description: Option<string>,
    pub document: InputDocument,
    pub send_message: InputBotInlineMessage,
}

TL-derived from inputBotInlineResultDocument

inputBotInlineResultDocument#fff8fdc4 flags:# id:string type:string title:flags.1?string description:flags.2?string document:InputDocument send_message:InputBotInlineMessage = InputBotInlineResult;

Fields

Trait Implementations

impl Debug for Document
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Document
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Document
[src]

impl BareDeserialize for Document
[src]

impl IntoBoxed for Document
[src]

Auto Trait Implementations

impl Send for Document

impl Sync for Document