Struct clacks_mtproto::mtproto::rpc::bots::SendCustomRequest [] [src]

pub struct SendCustomRequest {
    pub custom_method: string,
    pub params: DataJSON,
}

TL-derived from bots.sendCustomRequest

bots.sendCustomRequest#aa2769ed custom_method:string params:DataJSON = DataJSON;

Fields

Trait Implementations

impl Debug for SendCustomRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendCustomRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SendCustomRequest
[src]

[src]

[src]

impl Function for SendCustomRequest
[src]

impl BareSerialize for SendCustomRequest
[src]

Auto Trait Implementations