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

pub struct SearchGifs {
    pub q: string,
    pub offset: int,
}

TL-derived from messages.searchGifs

messages.searchGifs#bf9a776b q:string offset:int = messages.FoundGifs;

Fields

Trait Implementations

impl Debug for SearchGifs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SearchGifs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SearchGifs
[src]

[src]

[src]

impl Function for SearchGifs
[src]

impl BareSerialize for SearchGifs
[src]

Auto Trait Implementations

impl Send for SearchGifs

impl Sync for SearchGifs