pub struct GetPreparedInlineMessage {
pub bot: InputUser,
pub id: String,
}Expand description
messages.getPreparedInlineMessage
Generated from:
messages.getPreparedInlineMessage#857ebdb8 bot:InputUser id:string = messages.PreparedInlineMessageFields§
§bot: InputUser§id: StringTrait Implementations§
Source§impl Clone for GetPreparedInlineMessage
impl Clone for GetPreparedInlineMessage
Source§fn clone(&self) -> GetPreparedInlineMessage
fn clone(&self) -> GetPreparedInlineMessage
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 GetPreparedInlineMessage
impl Debug for GetPreparedInlineMessage
Source§impl Identifiable for GetPreparedInlineMessage
impl Identifiable for GetPreparedInlineMessage
Source§const CONSTRUCTOR_ID: u32 = 0x857ebdb8
const CONSTRUCTOR_ID: u32 = 0x857ebdb8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPreparedInlineMessage
impl PartialEq for GetPreparedInlineMessage
Source§impl RemoteCall for GetPreparedInlineMessage
impl RemoteCall for GetPreparedInlineMessage
Source§type Return = PreparedInlineMessage
type Return = PreparedInlineMessage
The deserialized response type.
impl StructuralPartialEq for GetPreparedInlineMessage
Auto Trait Implementations§
impl Freeze for GetPreparedInlineMessage
impl RefUnwindSafe for GetPreparedInlineMessage
impl Send for GetPreparedInlineMessage
impl Sync for GetPreparedInlineMessage
impl Unpin for GetPreparedInlineMessage
impl UnsafeUnpin for GetPreparedInlineMessage
impl UnwindSafe for GetPreparedInlineMessage
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