pub struct ToggleGroupCallSettings {
pub reset_invite_hash: bool,
pub call: InputGroupCall,
pub join_muted: Option<bool>,
pub messages_enabled: Option<bool>,
pub send_paid_messages_stars: Option<i64>,
}Expand description
Generated from:
phone.toggleGroupCallSettings#974392f2 flags:# reset_invite_hash:flags.1?true call:InputGroupCall join_muted:flags.0?Bool messages_enabled:flags.2?Bool send_paid_messages_stars:flags.3?long = UpdatesFields§
§reset_invite_hash: bool§call: InputGroupCall§join_muted: Option<bool>§messages_enabled: Option<bool>§send_paid_messages_stars: Option<i64>Trait Implementations§
Source§impl Clone for ToggleGroupCallSettings
impl Clone for ToggleGroupCallSettings
Source§fn clone(&self) -> ToggleGroupCallSettings
fn clone(&self) -> ToggleGroupCallSettings
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 ToggleGroupCallSettings
impl Debug for ToggleGroupCallSettings
Source§impl Identifiable for ToggleGroupCallSettings
impl Identifiable for ToggleGroupCallSettings
Source§const CONSTRUCTOR_ID: u32 = 0x974392f2
const CONSTRUCTOR_ID: u32 = 0x974392f2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ToggleGroupCallSettings
impl PartialEq for ToggleGroupCallSettings
Source§impl RemoteCall for ToggleGroupCallSettings
impl RemoteCall for ToggleGroupCallSettings
impl StructuralPartialEq for ToggleGroupCallSettings
Auto Trait Implementations§
impl Freeze for ToggleGroupCallSettings
impl RefUnwindSafe for ToggleGroupCallSettings
impl Send for ToggleGroupCallSettings
impl Sync for ToggleGroupCallSettings
impl Unpin for ToggleGroupCallSettings
impl UnsafeUnpin for ToggleGroupCallSettings
impl UnwindSafe for ToggleGroupCallSettings
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