Struct clacks_mtproto::mtproto::rpc::help::GetRecentMeUrls [] [src]

pub struct GetRecentMeUrls {
    pub referer: string,
}

TL-derived from help.getRecentMeUrls

help.getRecentMeUrls#3dc0f114 referer:string = help.RecentMeUrls;

Fields

Trait Implementations

impl Debug for GetRecentMeUrls
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRecentMeUrls
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetRecentMeUrls
[src]

[src]

[src]

impl Function for GetRecentMeUrls
[src]

impl BareSerialize for GetRecentMeUrls
[src]

Auto Trait Implementations