Struct clacks_mtproto::mtproto::update::ChatParticipants [] [src]

pub struct ChatParticipants {
    pub participants: ChatParticipants,
}

TL-derived from updateChatParticipants

updateChatParticipants#7761198 participants:ChatParticipants = Update;

Fields

Trait Implementations

impl Debug for ChatParticipants
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatParticipants
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatParticipants
[src]

impl BareDeserialize for ChatParticipants
[src]

impl IntoBoxed for ChatParticipants
[src]

[src]

Auto Trait Implementations