Struct clacks::mtproto::updateChatParticipantAdd [] [src]

pub struct updateChatParticipantAdd {
    pub chat_id: int,
    pub user_id: int,
    pub inviter_id: int,
    pub date: int,
    pub version: int,
}

Fields

Trait Implementations

impl Debug for updateChatParticipantAdd
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateChatParticipantAdd
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateChatParticipantAdd
[src]

[src]

impl BareDeserialize for updateChatParticipantAdd
[src]

[src]

impl IntoBoxed for updateChatParticipantAdd
[src]

[src]

Auto Trait Implementations