pub struct UpdateGroupCallChainBlocks {
pub call: InputGroupCall,
pub sub_chain_id: i32,
pub blocks: Vec<Vec<u8>>,
pub next_offset: i32,
}Expand description
Read updateGroupCallChainBlocks docs.
Generated from the following TL definition:
updateGroupCallChainBlocks#a477288f call:InputGroupCall sub_chain_id:int blocks:Vector<bytes> next_offset:int = UpdateFields§
§call: InputGroupCall§sub_chain_id: i32§blocks: Vec<Vec<u8>>§next_offset: i32Trait Implementations§
Source§impl Clone for UpdateGroupCallChainBlocks
impl Clone for UpdateGroupCallChainBlocks
Source§fn clone(&self) -> UpdateGroupCallChainBlocks
fn clone(&self) -> UpdateGroupCallChainBlocks
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 UpdateGroupCallChainBlocks
impl Debug for UpdateGroupCallChainBlocks
Source§impl From<UpdateGroupCallChainBlocks> for Update
impl From<UpdateGroupCallChainBlocks> for Update
Source§fn from(x: UpdateGroupCallChainBlocks) -> Self
fn from(x: UpdateGroupCallChainBlocks) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateGroupCallChainBlocks
impl Identifiable for UpdateGroupCallChainBlocks
Source§const CONSTRUCTOR_ID: u32 = 2759272591
const CONSTRUCTOR_ID: u32 = 2759272591
The unique identifier for the type.
Source§impl TryFrom<Update> for UpdateGroupCallChainBlocks
impl TryFrom<Update> for UpdateGroupCallChainBlocks
impl StructuralPartialEq for UpdateGroupCallChainBlocks
Auto Trait Implementations§
impl Freeze for UpdateGroupCallChainBlocks
impl RefUnwindSafe for UpdateGroupCallChainBlocks
impl Send for UpdateGroupCallChainBlocks
impl Sync for UpdateGroupCallChainBlocks
impl Unpin for UpdateGroupCallChainBlocks
impl UnsafeUnpin for UpdateGroupCallChainBlocks
impl UnwindSafe for UpdateGroupCallChainBlocks
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