pub struct GetInlineBotResults {
pub bot: InputUser,
pub peer: InputPeer,
pub geo_point: Option<InputGeoPoint>,
pub query: String,
pub offset: String,
}Expand description
Generated from:
messages.getInlineBotResults#514e999d flags:# bot:InputUser peer:InputPeer geo_point:flags.0?InputGeoPoint query:string offset:string = messages.BotResultsFields§
§bot: InputUser§peer: InputPeer§geo_point: Option<InputGeoPoint>§query: String§offset: StringTrait Implementations§
Source§impl Clone for GetInlineBotResults
impl Clone for GetInlineBotResults
Source§fn clone(&self) -> GetInlineBotResults
fn clone(&self) -> GetInlineBotResults
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 GetInlineBotResults
impl Debug for GetInlineBotResults
Source§impl Identifiable for GetInlineBotResults
impl Identifiable for GetInlineBotResults
Source§const CONSTRUCTOR_ID: u32 = 0x514e999d
const CONSTRUCTOR_ID: u32 = 0x514e999d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetInlineBotResults
impl PartialEq for GetInlineBotResults
Source§impl RemoteCall for GetInlineBotResults
impl RemoteCall for GetInlineBotResults
Source§type Return = BotResults
type Return = BotResults
The deserialized response type.
Source§impl Serializable for GetInlineBotResults
impl Serializable for GetInlineBotResults
impl StructuralPartialEq for GetInlineBotResults
Auto Trait Implementations§
impl Freeze for GetInlineBotResults
impl RefUnwindSafe for GetInlineBotResults
impl Send for GetInlineBotResults
impl Sync for GetInlineBotResults
impl Unpin for GetInlineBotResults
impl UnsafeUnpin for GetInlineBotResults
impl UnwindSafe for GetInlineBotResults
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