Struct clacks_mtproto::mtproto::chat_participants::Forbidden [] [src]

pub struct Forbidden {
    pub chat_id: int,
    pub self_participant: Option<ChatParticipant>,
}

TL-derived from chatParticipantsForbidden

chatParticipantsForbidden#fc900c2b flags:# chat_id:int self_participant:flags.0?ChatParticipant = ChatParticipants;

Fields

Trait Implementations

impl Debug for Forbidden
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Forbidden
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Forbidden
[src]

impl BareDeserialize for Forbidden
[src]

impl IntoBoxed for Forbidden
[src]

Auto Trait Implementations

impl Send for Forbidden

impl Sync for Forbidden