Struct clacks_mtproto::mtproto::chat::ChatForbidden [] [src]

pub struct ChatForbidden {
    pub id: int,
    pub title: string,
}

TL-derived from chatForbidden

chatForbidden#7328bdb id:int title:string = Chat;

Fields

Trait Implementations

impl Debug for ChatForbidden
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatForbidden
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatForbidden
[src]

impl BareDeserialize for ChatForbidden
[src]

impl IntoBoxed for ChatForbidden
[src]

[src]

Auto Trait Implementations

impl Send for ChatForbidden

impl Sync for ChatForbidden