pub struct InputGroupCallStream {
pub call: InputGroupCall,
pub time_ms: i64,
pub scale: i32,
pub video_channel: Option<i32>,
pub video_quality: Option<i32>,
}Expand description
Read inputGroupCallStream docs.
Generated from the following TL definition:
inputGroupCallStream#598a92a flags:# call:InputGroupCall time_ms:long scale:int video_channel:flags.0?int video_quality:flags.0?int = InputFileLocationFields§
§call: InputGroupCall§time_ms: i64§scale: i32§video_channel: Option<i32>§video_quality: Option<i32>Trait Implementations§
Source§impl Clone for InputGroupCallStream
impl Clone for InputGroupCallStream
Source§fn clone(&self) -> InputGroupCallStream
fn clone(&self) -> InputGroupCallStream
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 InputGroupCallStream
impl Debug for InputGroupCallStream
Source§impl From<InputGroupCallStream> for InputFileLocation
impl From<InputGroupCallStream> for InputFileLocation
Source§fn from(x: InputGroupCallStream) -> Self
fn from(x: InputGroupCallStream) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputGroupCallStream
impl Identifiable for InputGroupCallStream
Source§const CONSTRUCTOR_ID: u32 = 93890858
const CONSTRUCTOR_ID: u32 = 93890858
The unique identifier for the type.
Source§impl PartialEq for InputGroupCallStream
impl PartialEq for InputGroupCallStream
Source§impl Serializable for InputGroupCallStream
impl Serializable for InputGroupCallStream
impl StructuralPartialEq for InputGroupCallStream
Auto Trait Implementations§
impl Freeze for InputGroupCallStream
impl RefUnwindSafe for InputGroupCallStream
impl Send for InputGroupCallStream
impl Sync for InputGroupCallStream
impl Unpin for InputGroupCallStream
impl UnsafeUnpin for InputGroupCallStream
impl UnwindSafe for InputGroupCallStream
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