pub struct JoinGroupCallPresentation {
pub call: InputGroupCall,
pub params: DataJson,
}Expand description
phone.joinGroupCallPresentation
Generated from:
phone.joinGroupCallPresentation#cbea6bc4 call:InputGroupCall params:DataJSON = UpdatesFields§
§call: InputGroupCall§params: DataJsonTrait Implementations§
Source§impl Clone for JoinGroupCallPresentation
impl Clone for JoinGroupCallPresentation
Source§fn clone(&self) -> JoinGroupCallPresentation
fn clone(&self) -> JoinGroupCallPresentation
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 JoinGroupCallPresentation
impl Debug for JoinGroupCallPresentation
Source§impl Identifiable for JoinGroupCallPresentation
impl Identifiable for JoinGroupCallPresentation
Source§const CONSTRUCTOR_ID: u32 = 0xcbea6bc4
const CONSTRUCTOR_ID: u32 = 0xcbea6bc4
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for JoinGroupCallPresentation
Auto Trait Implementations§
impl Freeze for JoinGroupCallPresentation
impl RefUnwindSafe for JoinGroupCallPresentation
impl Send for JoinGroupCallPresentation
impl Sync for JoinGroupCallPresentation
impl Unpin for JoinGroupCallPresentation
impl UnsafeUnpin for JoinGroupCallPresentation
impl UnwindSafe for JoinGroupCallPresentation
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