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

pub struct ChatParticipants {
    pub chat_id: int,
    pub participants: Vector<Boxed, ChatParticipant>,
    pub version: int,
}

TL-derived from chatParticipants

chatParticipants#3f460fed chat_id:int participants:Vector<ChatParticipant> version:int = ChatParticipants;

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]

Auto Trait Implementations