pub struct GetMegagroupStats {
pub dark: bool,
pub channel: InputChannel,
}Expand description
Generated from:
stats.getMegagroupStats#dcdf8607 flags:# dark:flags.0?true channel:InputChannel = stats.MegagroupStatsFields§
§dark: bool§channel: InputChannelTrait Implementations§
Source§impl Clone for GetMegagroupStats
impl Clone for GetMegagroupStats
Source§fn clone(&self) -> GetMegagroupStats
fn clone(&self) -> GetMegagroupStats
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 GetMegagroupStats
impl Debug for GetMegagroupStats
Source§impl Identifiable for GetMegagroupStats
impl Identifiable for GetMegagroupStats
Source§const CONSTRUCTOR_ID: u32 = 0xdcdf8607
const CONSTRUCTOR_ID: u32 = 0xdcdf8607
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetMegagroupStats
impl PartialEq for GetMegagroupStats
Source§impl RemoteCall for GetMegagroupStats
impl RemoteCall for GetMegagroupStats
Source§type Return = MegagroupStats
type Return = MegagroupStats
The deserialized response type.
Source§impl Serializable for GetMegagroupStats
impl Serializable for GetMegagroupStats
impl StructuralPartialEq for GetMegagroupStats
Auto Trait Implementations§
impl Freeze for GetMegagroupStats
impl RefUnwindSafe for GetMegagroupStats
impl Send for GetMegagroupStats
impl Sync for GetMegagroupStats
impl Unpin for GetMegagroupStats
impl UnsafeUnpin for GetMegagroupStats
impl UnwindSafe for GetMegagroupStats
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