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