Struct clacks::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,
}

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 Function for setBotCallbackAnswer
[src]

impl BareSerialize for setBotCallbackAnswer
[src]

[src]

Auto Trait Implementations