pub struct GetGroupParticipants {
pub call: InputGroupCall,
pub ids: Vec<InputPeer>,
pub sources: Vec<i32>,
pub offset: String,
pub limit: i32,
}Expand description
Generated from:
phone.getGroupParticipants#c558d8ab call:InputGroupCall ids:Vector<InputPeer> sources:Vector<int> offset:string limit:int = phone.GroupParticipantsFields§
§call: InputGroupCall§ids: Vec<InputPeer>§sources: Vec<i32>§offset: String§limit: i32Trait Implementations§
Source§impl Clone for GetGroupParticipants
impl Clone for GetGroupParticipants
Source§fn clone(&self) -> GetGroupParticipants
fn clone(&self) -> GetGroupParticipants
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 GetGroupParticipants
impl Debug for GetGroupParticipants
Source§impl Identifiable for GetGroupParticipants
impl Identifiable for GetGroupParticipants
Source§const CONSTRUCTOR_ID: u32 = 0xc558d8ab
const CONSTRUCTOR_ID: u32 = 0xc558d8ab
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetGroupParticipants
impl PartialEq for GetGroupParticipants
Source§impl RemoteCall for GetGroupParticipants
impl RemoteCall for GetGroupParticipants
Source§type Return = GroupParticipants
type Return = GroupParticipants
The deserialized response type.
Source§impl Serializable for GetGroupParticipants
impl Serializable for GetGroupParticipants
impl StructuralPartialEq for GetGroupParticipants
Auto Trait Implementations§
impl Freeze for GetGroupParticipants
impl RefUnwindSafe for GetGroupParticipants
impl Send for GetGroupParticipants
impl Sync for GetGroupParticipants
impl Unpin for GetGroupParticipants
impl UnsafeUnpin for GetGroupParticipants
impl UnwindSafe for GetGroupParticipants
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