pub struct GetParticipants {
pub channel: InputChannel,
pub filter: ChannelParticipantsFilter,
pub offset: i32,
pub limit: i32,
pub hash: i64,
}Expand description
Generated from:
channels.getParticipants#77ced9d0 channel:InputChannel filter:ChannelParticipantsFilter offset:int limit:int hash:long = channels.ChannelParticipantsFields§
§channel: InputChannel§filter: ChannelParticipantsFilter§offset: i32§limit: i32§hash: i64Trait Implementations§
Source§impl Clone for GetParticipants
impl Clone for GetParticipants
Source§fn clone(&self) -> GetParticipants
fn clone(&self) -> GetParticipants
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 GetParticipants
impl Debug for GetParticipants
Source§impl Identifiable for GetParticipants
impl Identifiable for GetParticipants
Source§const CONSTRUCTOR_ID: u32 = 0x77ced9d0
const CONSTRUCTOR_ID: u32 = 0x77ced9d0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetParticipants
impl PartialEq for GetParticipants
Source§impl RemoteCall for GetParticipants
impl RemoteCall for GetParticipants
Source§type Return = ChannelParticipants
type Return = ChannelParticipants
The deserialized response type.
Source§impl Serializable for GetParticipants
impl Serializable for GetParticipants
impl StructuralPartialEq for GetParticipants
Auto Trait Implementations§
impl Freeze for GetParticipants
impl RefUnwindSafe for GetParticipants
impl Send for GetParticipants
impl Sync for GetParticipants
impl Unpin for GetParticipants
impl UnsafeUnpin for GetParticipants
impl UnwindSafe for GetParticipants
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