pub struct EditGroupCallParticipant {
pub call: InputGroupCall,
pub participant: InputPeer,
pub muted: Option<bool>,
pub volume: Option<i32>,
pub raise_hand: Option<bool>,
pub video_stopped: Option<bool>,
pub video_paused: Option<bool>,
pub presentation_paused: Option<bool>,
}Expand description
phone.editGroupCallParticipant
Generated from:
phone.editGroupCallParticipant#a5273abf flags:# call:InputGroupCall participant:InputPeer muted:flags.0?Bool volume:flags.1?int raise_hand:flags.2?Bool video_stopped:flags.3?Bool video_paused:flags.4?Bool presentation_paused:flags.5?Bool = UpdatesFields§
§call: InputGroupCall§participant: InputPeer§muted: Option<bool>§volume: Option<i32>§raise_hand: Option<bool>§video_stopped: Option<bool>§video_paused: Option<bool>§presentation_paused: Option<bool>Trait Implementations§
Source§impl Clone for EditGroupCallParticipant
impl Clone for EditGroupCallParticipant
Source§fn clone(&self) -> EditGroupCallParticipant
fn clone(&self) -> EditGroupCallParticipant
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 EditGroupCallParticipant
impl Debug for EditGroupCallParticipant
Source§impl Identifiable for EditGroupCallParticipant
impl Identifiable for EditGroupCallParticipant
Source§const CONSTRUCTOR_ID: u32 = 0xa5273abf
const CONSTRUCTOR_ID: u32 = 0xa5273abf
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EditGroupCallParticipant
impl PartialEq for EditGroupCallParticipant
impl StructuralPartialEq for EditGroupCallParticipant
Auto Trait Implementations§
impl Freeze for EditGroupCallParticipant
impl RefUnwindSafe for EditGroupCallParticipant
impl Send for EditGroupCallParticipant
impl Sync for EditGroupCallParticipant
impl Unpin for EditGroupCallParticipant
impl UnsafeUnpin for EditGroupCallParticipant
impl UnwindSafe for EditGroupCallParticipant
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