Struct clacks_mtproto::mtproto::channels::admin_log_results::AdminLogResults [] [src]

pub struct AdminLogResults {
    pub events: Vector<Boxed, ChannelAdminLogEvent>,
    pub chats: Vector<Boxed, Chat>,
    pub users: Vector<Boxed, User>,
}

TL-derived from channels.adminLogResults

channels.adminLogResults#ed8af74d events:Vector<ChannelAdminLogEvent> chats:Vector<Chat> users:Vector<User> = channels.AdminLogResults;

Fields

Trait Implementations

impl Debug for AdminLogResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AdminLogResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for AdminLogResults
[src]

impl BareDeserialize for AdminLogResults
[src]

impl IntoBoxed for AdminLogResults
[src]

Auto Trait Implementations