pub struct GetGroupCallStreamChannels {
pub call: InputGroupCall,
}Expand description
phone.getGroupCallStreamChannels
Generated from:
phone.getGroupCallStreamChannels#1ab21940 call:InputGroupCall = phone.GroupCallStreamChannelsFields§
§call: InputGroupCallTrait Implementations§
Source§impl Clone for GetGroupCallStreamChannels
impl Clone for GetGroupCallStreamChannels
Source§fn clone(&self) -> GetGroupCallStreamChannels
fn clone(&self) -> GetGroupCallStreamChannels
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 GetGroupCallStreamChannels
impl Debug for GetGroupCallStreamChannels
Source§impl Identifiable for GetGroupCallStreamChannels
impl Identifiable for GetGroupCallStreamChannels
Source§const CONSTRUCTOR_ID: u32 = 0x1ab21940
const CONSTRUCTOR_ID: u32 = 0x1ab21940
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for GetGroupCallStreamChannels
impl RemoteCall for GetGroupCallStreamChannels
Source§type Return = GroupCallStreamChannels
type Return = GroupCallStreamChannels
The deserialized response type.
impl StructuralPartialEq for GetGroupCallStreamChannels
Auto Trait Implementations§
impl Freeze for GetGroupCallStreamChannels
impl RefUnwindSafe for GetGroupCallStreamChannels
impl Send for GetGroupCallStreamChannels
impl Sync for GetGroupCallStreamChannels
impl Unpin for GetGroupCallStreamChannels
impl UnsafeUnpin for GetGroupCallStreamChannels
impl UnwindSafe for GetGroupCallStreamChannels
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