Struct clacks_mtproto::mtproto::help::invite_text::InviteText [] [src]

pub struct InviteText {
    pub message: string,
}

TL-derived from help.inviteText

help.inviteText#18cb9f78 message:string = help.InviteText;

Fields

Trait Implementations

impl Debug for InviteText
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InviteText
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InviteText
[src]

impl BareDeserialize for InviteText
[src]

impl IntoBoxed for InviteText
[src]

Auto Trait Implementations

impl Send for InviteText

impl Sync for InviteText