Struct clacks_mtproto::mtproto::rpc::channels::GetAdminLog [] [src]

pub struct GetAdminLog {
    pub channel: InputChannel,
    pub q: string,
    pub events_filter: Option<ChannelAdminLogEventsFilter>,
    pub admins: Option<Vector<Boxed, InputUser>>,
    pub max_id: long,
    pub min_id: long,
    pub limit: int,
}

TL-derived from channels.getAdminLog

channels.getAdminLog#33ddf480 flags:# channel:InputChannel q:string events_filter:flags.0?ChannelAdminLogEventsFilter admins:flags.1?Vector<InputUser> max_id:long min_id:long limit:int = channels.AdminLogResults;

Fields

Trait Implementations

impl Debug for GetAdminLog
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetAdminLog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetAdminLog
[src]

[src]

[src]

impl Function for GetAdminLog
[src]

impl BareSerialize for GetAdminLog
[src]

Auto Trait Implementations

impl Send for GetAdminLog

impl Sync for GetAdminLog