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

pub struct SetBotCallbackAnswer {
    pub alert: bool,
    pub query_id: long,
    pub message: Option<string>,
    pub url: Option<string>,
    pub cache_time: int,
}

TL-derived from messages.setBotCallbackAnswer

messages.setBotCallbackAnswer#d58f130a flags:# alert:flags.1?true query_id:long message:flags.0?string url:flags.2?string cache_time:int = Bool;

Fields

Trait Implementations

impl Debug for SetBotCallbackAnswer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetBotCallbackAnswer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetBotCallbackAnswer
[src]

[src]

[src]

impl Function for SetBotCallbackAnswer
[src]

impl BareSerialize for SetBotCallbackAnswer
[src]

Auto Trait Implementations