pub struct HideAllChatJoinRequests {
pub approved: bool,
pub peer: InputPeer,
pub link: Option<String>,
}Expand description
messages.hideAllChatJoinRequests
Generated from:
messages.hideAllChatJoinRequests#e085f4ea flags:# approved:flags.0?true peer:InputPeer link:flags.1?string = UpdatesFields§
§approved: bool§peer: InputPeer§link: Option<String>Trait Implementations§
Source§impl Clone for HideAllChatJoinRequests
impl Clone for HideAllChatJoinRequests
Source§fn clone(&self) -> HideAllChatJoinRequests
fn clone(&self) -> HideAllChatJoinRequests
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 HideAllChatJoinRequests
impl Debug for HideAllChatJoinRequests
Source§impl Identifiable for HideAllChatJoinRequests
impl Identifiable for HideAllChatJoinRequests
Source§const CONSTRUCTOR_ID: u32 = 0xe085f4ea
const CONSTRUCTOR_ID: u32 = 0xe085f4ea
The constructor ID as specified in the TL schema.
Source§impl PartialEq for HideAllChatJoinRequests
impl PartialEq for HideAllChatJoinRequests
Source§impl RemoteCall for HideAllChatJoinRequests
impl RemoteCall for HideAllChatJoinRequests
impl StructuralPartialEq for HideAllChatJoinRequests
Auto Trait Implementations§
impl Freeze for HideAllChatJoinRequests
impl RefUnwindSafe for HideAllChatJoinRequests
impl Send for HideAllChatJoinRequests
impl Sync for HideAllChatJoinRequests
impl Unpin for HideAllChatJoinRequests
impl UnsafeUnpin for HideAllChatJoinRequests
impl UnwindSafe for HideAllChatJoinRequests
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