pub struct InitTakeoutSession {
pub contacts: bool,
pub message_users: bool,
pub message_chats: bool,
pub message_megagroups: bool,
pub message_channels: bool,
pub files: bool,
pub file_max_size: Option<i64>,
}Expand description
Generated from:
account.initTakeoutSession#8ef3eab0 flags:# contacts:flags.0?true message_users:flags.1?true message_chats:flags.2?true message_megagroups:flags.3?true message_channels:flags.4?true files:flags.5?true file_max_size:flags.5?long = account.TakeoutFields§
§contacts: bool§message_users: bool§message_chats: bool§message_megagroups: bool§message_channels: bool§files: bool§file_max_size: Option<i64>Trait Implementations§
Source§impl Clone for InitTakeoutSession
impl Clone for InitTakeoutSession
Source§fn clone(&self) -> InitTakeoutSession
fn clone(&self) -> InitTakeoutSession
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 InitTakeoutSession
impl Debug for InitTakeoutSession
Source§impl Identifiable for InitTakeoutSession
impl Identifiable for InitTakeoutSession
Source§const CONSTRUCTOR_ID: u32 = 0x8ef3eab0
const CONSTRUCTOR_ID: u32 = 0x8ef3eab0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InitTakeoutSession
impl PartialEq for InitTakeoutSession
Source§impl RemoteCall for InitTakeoutSession
impl RemoteCall for InitTakeoutSession
Source§impl Serializable for InitTakeoutSession
impl Serializable for InitTakeoutSession
impl StructuralPartialEq for InitTakeoutSession
Auto Trait Implementations§
impl Freeze for InitTakeoutSession
impl RefUnwindSafe for InitTakeoutSession
impl Send for InitTakeoutSession
impl Sync for InitTakeoutSession
impl Unpin for InitTakeoutSession
impl UnsafeUnpin for InitTakeoutSession
impl UnwindSafe for InitTakeoutSession
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