pub struct SendWebViewResultMessage {
pub bot_query_id: String,
pub result: InputBotInlineResult,
}Expand description
messages.sendWebViewResultMessage
Generated from:
messages.sendWebViewResultMessage#a4314f5 bot_query_id:string result:InputBotInlineResult = WebViewMessageSentFields§
§bot_query_id: String§result: InputBotInlineResultTrait Implementations§
Source§impl Clone for SendWebViewResultMessage
impl Clone for SendWebViewResultMessage
Source§fn clone(&self) -> SendWebViewResultMessage
fn clone(&self) -> SendWebViewResultMessage
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 SendWebViewResultMessage
impl Debug for SendWebViewResultMessage
Source§impl Identifiable for SendWebViewResultMessage
impl Identifiable for SendWebViewResultMessage
Source§const CONSTRUCTOR_ID: u32 = 0x0a4314f5
const CONSTRUCTOR_ID: u32 = 0x0a4314f5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendWebViewResultMessage
impl PartialEq for SendWebViewResultMessage
Source§impl RemoteCall for SendWebViewResultMessage
impl RemoteCall for SendWebViewResultMessage
Source§type Return = WebViewMessageSent
type Return = WebViewMessageSent
The deserialized response type.
impl StructuralPartialEq for SendWebViewResultMessage
Auto Trait Implementations§
impl Freeze for SendWebViewResultMessage
impl RefUnwindSafe for SendWebViewResultMessage
impl Send for SendWebViewResultMessage
impl Sync for SendWebViewResultMessage
impl Unpin for SendWebViewResultMessage
impl UnsafeUnpin for SendWebViewResultMessage
impl UnwindSafe for SendWebViewResultMessage
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