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

pub struct ChatParticipantDelete {
    pub chat_id: int,
    pub user_id: int,
    pub version: int,
}

TL-derived from updateChatParticipantDelete

updateChatParticipantDelete#6e5f8c22 chat_id:int user_id:int version:int = Update;

Fields

Trait Implementations

impl Debug for ChatParticipantDelete
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatParticipantDelete
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatParticipantDelete
[src]

impl BareDeserialize for ChatParticipantDelete
[src]

impl IntoBoxed for ChatParticipantDelete
[src]

[src]

Auto Trait Implementations