pub struct GetGroupCallStreamRtmpUrl {
pub live_story: bool,
pub peer: InputPeer,
pub revoke: bool,
}Expand description
phone.getGroupCallStreamRtmpUrl
Generated from:
phone.getGroupCallStreamRtmpUrl#5af4c73a flags:# live_story:flags.0?true peer:InputPeer revoke:Bool = phone.GroupCallStreamRtmpUrlFields§
§live_story: bool§peer: InputPeer§revoke: boolTrait Implementations§
Source§impl Clone for GetGroupCallStreamRtmpUrl
impl Clone for GetGroupCallStreamRtmpUrl
Source§fn clone(&self) -> GetGroupCallStreamRtmpUrl
fn clone(&self) -> GetGroupCallStreamRtmpUrl
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 GetGroupCallStreamRtmpUrl
impl Debug for GetGroupCallStreamRtmpUrl
Source§impl Identifiable for GetGroupCallStreamRtmpUrl
impl Identifiable for GetGroupCallStreamRtmpUrl
Source§const CONSTRUCTOR_ID: u32 = 0x5af4c73a
const CONSTRUCTOR_ID: u32 = 0x5af4c73a
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for GetGroupCallStreamRtmpUrl
impl RemoteCall for GetGroupCallStreamRtmpUrl
Source§type Return = GroupCallStreamRtmpUrl
type Return = GroupCallStreamRtmpUrl
The deserialized response type.
impl StructuralPartialEq for GetGroupCallStreamRtmpUrl
Auto Trait Implementations§
impl Freeze for GetGroupCallStreamRtmpUrl
impl RefUnwindSafe for GetGroupCallStreamRtmpUrl
impl Send for GetGroupCallStreamRtmpUrl
impl Sync for GetGroupCallStreamRtmpUrl
impl Unpin for GetGroupCallStreamRtmpUrl
impl UnsafeUnpin for GetGroupCallStreamRtmpUrl
impl UnwindSafe for GetGroupCallStreamRtmpUrl
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