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