pub struct ProlongWebView {
pub silent: bool,
pub peer: InputPeer,
pub bot: InputUser,
pub query_id: i64,
pub reply_to: Option<InputReplyTo>,
pub send_as: Option<InputPeer>,
}Expand description
Generated from:
messages.prolongWebView#b0d81a83 flags:# silent:flags.5?true peer:InputPeer bot:InputUser query_id:long reply_to:flags.0?InputReplyTo send_as:flags.13?InputPeer = BoolFields§
§silent: bool§peer: InputPeer§bot: InputUser§query_id: i64§reply_to: Option<InputReplyTo>§send_as: Option<InputPeer>Trait Implementations§
Source§impl Clone for ProlongWebView
impl Clone for ProlongWebView
Source§fn clone(&self) -> ProlongWebView
fn clone(&self) -> ProlongWebView
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 ProlongWebView
impl Debug for ProlongWebView
Source§impl Identifiable for ProlongWebView
impl Identifiable for ProlongWebView
Source§const CONSTRUCTOR_ID: u32 = 0xb0d81a83
const CONSTRUCTOR_ID: u32 = 0xb0d81a83
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ProlongWebView
impl PartialEq for ProlongWebView
Source§impl RemoteCall for ProlongWebView
impl RemoteCall for ProlongWebView
Source§impl Serializable for ProlongWebView
impl Serializable for ProlongWebView
impl StructuralPartialEq for ProlongWebView
Auto Trait Implementations§
impl Freeze for ProlongWebView
impl RefUnwindSafe for ProlongWebView
impl Send for ProlongWebView
impl Sync for ProlongWebView
impl Unpin for ProlongWebView
impl UnsafeUnpin for ProlongWebView
impl UnwindSafe for ProlongWebView
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