pub struct SendEncrypted {
pub silent: bool,
pub peer: InputEncryptedChat,
pub random_id: i64,
pub data: Vec<u8>,
}Expand description
Generated from:
messages.sendEncrypted#44fa7a15 flags:# silent:flags.0?true peer:InputEncryptedChat random_id:long data:bytes = messages.SentEncryptedMessageFields§
§silent: bool§peer: InputEncryptedChat§random_id: i64§data: Vec<u8>Trait Implementations§
Source§impl Clone for SendEncrypted
impl Clone for SendEncrypted
Source§fn clone(&self) -> SendEncrypted
fn clone(&self) -> SendEncrypted
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 SendEncrypted
impl Debug for SendEncrypted
Source§impl Identifiable for SendEncrypted
impl Identifiable for SendEncrypted
Source§const CONSTRUCTOR_ID: u32 = 0x44fa7a15
const CONSTRUCTOR_ID: u32 = 0x44fa7a15
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendEncrypted
impl PartialEq for SendEncrypted
Source§impl RemoteCall for SendEncrypted
impl RemoteCall for SendEncrypted
Source§type Return = SentEncryptedMessage
type Return = SentEncryptedMessage
The deserialized response type.
Source§impl Serializable for SendEncrypted
impl Serializable for SendEncrypted
impl StructuralPartialEq for SendEncrypted
Auto Trait Implementations§
impl Freeze for SendEncrypted
impl RefUnwindSafe for SendEncrypted
impl Send for SendEncrypted
impl Sync for SendEncrypted
impl Unpin for SendEncrypted
impl UnsafeUnpin for SendEncrypted
impl UnwindSafe for SendEncrypted
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