Struct clacks_mtproto::mtproto::recent_me_url::ChatInvite [] [src]

pub struct ChatInvite {
    pub url: string,
    pub chat_invite: ChatInvite,
}

TL-derived from recentMeUrlChatInvite

recentMeUrlChatInvite#eb49081d url:string chat_invite:ChatInvite = RecentMeUrl;

Fields

Trait Implementations

impl Debug for ChatInvite
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatInvite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatInvite
[src]

impl BareDeserialize for ChatInvite
[src]

impl IntoBoxed for ChatInvite
[src]

Auto Trait Implementations

impl Send for ChatInvite

impl Sync for ChatInvite