pub struct GetGroupCallChainBlocks {
pub call: InputGroupCall,
pub sub_chain_id: i32,
pub offset: i32,
pub limit: i32,
}Expand description
Generated from:
phone.getGroupCallChainBlocks#ee9f88a6 call:InputGroupCall sub_chain_id:int offset:int limit:int = UpdatesFields§
§call: InputGroupCall§sub_chain_id: i32§offset: i32§limit: i32Trait Implementations§
Source§impl Clone for GetGroupCallChainBlocks
impl Clone for GetGroupCallChainBlocks
Source§fn clone(&self) -> GetGroupCallChainBlocks
fn clone(&self) -> GetGroupCallChainBlocks
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 GetGroupCallChainBlocks
impl Debug for GetGroupCallChainBlocks
Source§impl Identifiable for GetGroupCallChainBlocks
impl Identifiable for GetGroupCallChainBlocks
Source§const CONSTRUCTOR_ID: u32 = 0xee9f88a6
const CONSTRUCTOR_ID: u32 = 0xee9f88a6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetGroupCallChainBlocks
impl PartialEq for GetGroupCallChainBlocks
Source§impl RemoteCall for GetGroupCallChainBlocks
impl RemoteCall for GetGroupCallChainBlocks
impl StructuralPartialEq for GetGroupCallChainBlocks
Auto Trait Implementations§
impl Freeze for GetGroupCallChainBlocks
impl RefUnwindSafe for GetGroupCallChainBlocks
impl Send for GetGroupCallChainBlocks
impl Sync for GetGroupCallChainBlocks
impl Unpin for GetGroupCallChainBlocks
impl UnsafeUnpin for GetGroupCallChainBlocks
impl UnwindSafe for GetGroupCallChainBlocks
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