pub struct GetAdminLog {
pub channel: InputChannel,
pub q: String,
pub events_filter: Option<ChannelAdminLogEventsFilter>,
pub admins: Option<Vec<InputUser>>,
pub max_id: i64,
pub min_id: i64,
pub limit: i32,
}Expand description
Generated from:
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.AdminLogResultsFields§
§channel: InputChannel§q: String§events_filter: Option<ChannelAdminLogEventsFilter>§admins: Option<Vec<InputUser>>§max_id: i64§min_id: i64§limit: i32Trait Implementations§
Source§impl Clone for GetAdminLog
impl Clone for GetAdminLog
Source§fn clone(&self) -> GetAdminLog
fn clone(&self) -> GetAdminLog
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetAdminLog
impl Debug for GetAdminLog
Source§impl Identifiable for GetAdminLog
impl Identifiable for GetAdminLog
Source§const CONSTRUCTOR_ID: u32 = 0x33ddf480
const CONSTRUCTOR_ID: u32 = 0x33ddf480
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAdminLog
impl PartialEq for GetAdminLog
Source§impl RemoteCall for GetAdminLog
impl RemoteCall for GetAdminLog
Source§type Return = AdminLogResults
type Return = AdminLogResults
The deserialized response type.
Source§impl Serializable for GetAdminLog
impl Serializable for GetAdminLog
impl StructuralPartialEq for GetAdminLog
Auto Trait Implementations§
impl Freeze for GetAdminLog
impl RefUnwindSafe for GetAdminLog
impl Send for GetAdminLog
impl Sync for GetAdminLog
impl Unpin for GetAdminLog
impl UnsafeUnpin for GetAdminLog
impl UnwindSafe for GetAdminLog
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more