Struct clacks_mtproto::mtproto::chat_participant::ChatParticipant [] [src]

pub struct ChatParticipant {
    pub user_id: int,
    pub inviter_id: int,
    pub date: int,
}

TL-derived from chatParticipant

chatParticipant#c8d7493e user_id:int inviter_id:int date:int = ChatParticipant;

Fields

Trait Implementations

impl Debug for ChatParticipant
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatParticipant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatParticipant
[src]

impl BareDeserialize for ChatParticipant
[src]

impl IntoBoxed for ChatParticipant
[src]

Auto Trait Implementations