pub struct GetConnectedStarRefBots {
pub peer: InputPeer,
pub offset_date: Option<i32>,
pub offset_link: Option<String>,
pub limit: i32,
}Expand description
payments.getConnectedStarRefBots
Generated from:
payments.getConnectedStarRefBots#5869a553 flags:# peer:InputPeer offset_date:flags.2?int offset_link:flags.2?string limit:int = payments.ConnectedStarRefBotsFields§
§peer: InputPeer§offset_date: Option<i32>§offset_link: Option<String>§limit: i32Trait Implementations§
Source§impl Clone for GetConnectedStarRefBots
impl Clone for GetConnectedStarRefBots
Source§fn clone(&self) -> GetConnectedStarRefBots
fn clone(&self) -> GetConnectedStarRefBots
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 GetConnectedStarRefBots
impl Debug for GetConnectedStarRefBots
Source§impl Identifiable for GetConnectedStarRefBots
impl Identifiable for GetConnectedStarRefBots
Source§const CONSTRUCTOR_ID: u32 = 0x5869a553
const CONSTRUCTOR_ID: u32 = 0x5869a553
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetConnectedStarRefBots
impl PartialEq for GetConnectedStarRefBots
Source§impl RemoteCall for GetConnectedStarRefBots
impl RemoteCall for GetConnectedStarRefBots
Source§type Return = ConnectedStarRefBots
type Return = ConnectedStarRefBots
The deserialized response type.
impl StructuralPartialEq for GetConnectedStarRefBots
Auto Trait Implementations§
impl Freeze for GetConnectedStarRefBots
impl RefUnwindSafe for GetConnectedStarRefBots
impl Send for GetConnectedStarRefBots
impl Sync for GetConnectedStarRefBots
impl Unpin for GetConnectedStarRefBots
impl UnsafeUnpin for GetConnectedStarRefBots
impl UnwindSafe for GetConnectedStarRefBots
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