Struct clacks::mtproto::rpc::messages::search [] [src]

pub struct search {
    pub peer: InputPeer,
    pub q: string,
    pub from_id: Option<InputUser>,
    pub filter: MessagesFilter,
    pub min_date: int,
    pub max_date: int,
    pub offset_id: int,
    pub add_offset: int,
    pub limit: int,
    pub max_id: int,
    pub min_id: int,
}

Fields

Trait Implementations

impl Debug for search
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for search
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for search
[src]

impl BareSerialize for search
[src]

[src]

Auto Trait Implementations

impl Send for search

impl Sync for search