pub struct SendScreenshotNotification {
pub peer: InputPeer,
pub reply_to: InputReplyTo,
pub random_id: i64,
}Expand description
messages.sendScreenshotNotification
Generated from:
messages.sendScreenshotNotification#a1405817 peer:InputPeer reply_to:InputReplyTo random_id:long = UpdatesFields§
§peer: InputPeer§reply_to: InputReplyTo§random_id: i64Trait Implementations§
Source§impl Clone for SendScreenshotNotification
impl Clone for SendScreenshotNotification
Source§fn clone(&self) -> SendScreenshotNotification
fn clone(&self) -> SendScreenshotNotification
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 SendScreenshotNotification
impl Debug for SendScreenshotNotification
Source§impl Identifiable for SendScreenshotNotification
impl Identifiable for SendScreenshotNotification
Source§const CONSTRUCTOR_ID: u32 = 0xa1405817
const CONSTRUCTOR_ID: u32 = 0xa1405817
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for SendScreenshotNotification
Auto Trait Implementations§
impl Freeze for SendScreenshotNotification
impl RefUnwindSafe for SendScreenshotNotification
impl Send for SendScreenshotNotification
impl Sync for SendScreenshotNotification
impl Unpin for SendScreenshotNotification
impl UnsafeUnpin for SendScreenshotNotification
impl UnwindSafe for SendScreenshotNotification
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