pub struct SendConferenceCallBroadcast {
pub call: InputGroupCall,
pub block: Vec<u8>,
}Expand description
phone.sendConferenceCallBroadcast
Generated from:
phone.sendConferenceCallBroadcast#c6701900 call:InputGroupCall block:bytes = UpdatesFields§
§call: InputGroupCall§block: Vec<u8>Trait Implementations§
Source§impl Clone for SendConferenceCallBroadcast
impl Clone for SendConferenceCallBroadcast
Source§fn clone(&self) -> SendConferenceCallBroadcast
fn clone(&self) -> SendConferenceCallBroadcast
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 SendConferenceCallBroadcast
impl Debug for SendConferenceCallBroadcast
Source§impl Identifiable for SendConferenceCallBroadcast
impl Identifiable for SendConferenceCallBroadcast
Source§const CONSTRUCTOR_ID: u32 = 0xc6701900
const CONSTRUCTOR_ID: u32 = 0xc6701900
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for SendConferenceCallBroadcast
Auto Trait Implementations§
impl Freeze for SendConferenceCallBroadcast
impl RefUnwindSafe for SendConferenceCallBroadcast
impl Send for SendConferenceCallBroadcast
impl Sync for SendConferenceCallBroadcast
impl Unpin for SendConferenceCallBroadcast
impl UnsafeUnpin for SendConferenceCallBroadcast
impl UnwindSafe for SendConferenceCallBroadcast
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