pub struct SendInlineBotResult {Show 13 fields
pub silent: bool,
pub background: bool,
pub clear_draft: bool,
pub hide_via: bool,
pub peer: InputPeer,
pub reply_to: Option<InputReplyTo>,
pub random_id: i64,
pub query_id: i64,
pub id: String,
pub schedule_date: Option<i32>,
pub send_as: Option<InputPeer>,
pub quick_reply_shortcut: Option<InputQuickReplyShortcut>,
pub allow_paid_stars: Option<i64>,
}Expand description
Generated from:
messages.sendInlineBotResult#c0cf7646 flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true hide_via:flags.11?true peer:InputPeer reply_to:flags.0?InputReplyTo random_id:long query_id:long id:string schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut allow_paid_stars:flags.21?long = UpdatesFields§
§silent: bool§background: bool§clear_draft: bool§hide_via: bool§peer: InputPeer§reply_to: Option<InputReplyTo>§random_id: i64§query_id: i64§id: String§schedule_date: Option<i32>§send_as: Option<InputPeer>§quick_reply_shortcut: Option<InputQuickReplyShortcut>§allow_paid_stars: Option<i64>Trait Implementations§
Source§impl Clone for SendInlineBotResult
impl Clone for SendInlineBotResult
Source§fn clone(&self) -> SendInlineBotResult
fn clone(&self) -> SendInlineBotResult
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 SendInlineBotResult
impl Debug for SendInlineBotResult
Source§impl Identifiable for SendInlineBotResult
impl Identifiable for SendInlineBotResult
Source§const CONSTRUCTOR_ID: u32 = 0xc0cf7646
const CONSTRUCTOR_ID: u32 = 0xc0cf7646
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendInlineBotResult
impl PartialEq for SendInlineBotResult
Source§impl RemoteCall for SendInlineBotResult
impl RemoteCall for SendInlineBotResult
Source§impl Serializable for SendInlineBotResult
impl Serializable for SendInlineBotResult
impl StructuralPartialEq for SendInlineBotResult
Auto Trait Implementations§
impl Freeze for SendInlineBotResult
impl RefUnwindSafe for SendInlineBotResult
impl Send for SendInlineBotResult
impl Sync for SendInlineBotResult
impl Unpin for SendInlineBotResult
impl UnsafeUnpin for SendInlineBotResult
impl UnwindSafe for SendInlineBotResult
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