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

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

TL-derived from updateChatParticipantAdd

updateChatParticipantAdd#ea4b0e5c chat_id:int user_id:int inviter_id:int date:int version:int = Update;

Fields

Trait Implementations

impl Debug for ChatParticipantAdd
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatParticipantAdd
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatParticipantAdd
[src]

impl BareDeserialize for ChatParticipantAdd
[src]

impl IntoBoxed for ChatParticipantAdd
[src]

[src]

Auto Trait Implementations