Struct clacks_mtproto::mtproto::channel_admin_log_event::ChannelAdminLogEvent [] [src]

pub struct ChannelAdminLogEvent {
    pub id: long,
    pub date: int,
    pub user_id: int,
    pub action: ChannelAdminLogEventAction,
}

TL-derived from channelAdminLogEvent

channelAdminLogEvent#3b5a3e40 id:long date:int user_id:int action:ChannelAdminLogEventAction = ChannelAdminLogEvent;

Fields

Trait Implementations

impl Debug for ChannelAdminLogEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelAdminLogEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelAdminLogEvent
[src]

impl BareDeserialize for ChannelAdminLogEvent
[src]

impl IntoBoxed for ChannelAdminLogEvent
[src]

Auto Trait Implementations