pub struct RequestChatJoinWebView {
pub query_id: i64,
pub theme_params: Option<DataJson>,
pub platform: String,
}Expand description
messages.requestChatJoinWebView
Generated from:
messages.requestChatJoinWebView#ba9ee679 flags:# query_id:long theme_params:flags.0?DataJSON platform:string = WebViewResultFields§
§query_id: i64§theme_params: Option<DataJson>§platform: StringTrait Implementations§
Source§impl Clone for RequestChatJoinWebView
impl Clone for RequestChatJoinWebView
Source§fn clone(&self) -> RequestChatJoinWebView
fn clone(&self) -> RequestChatJoinWebView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RequestChatJoinWebView
impl Debug for RequestChatJoinWebView
Source§impl Deserializable for RequestChatJoinWebView
impl Deserializable for RequestChatJoinWebView
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for RequestChatJoinWebView
impl Identifiable for RequestChatJoinWebView
Source§const CONSTRUCTOR_ID: u32 = 0xba9ee679
const CONSTRUCTOR_ID: u32 = 0xba9ee679
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RequestChatJoinWebView
impl PartialEq for RequestChatJoinWebView
Source§impl RemoteCall for RequestChatJoinWebView
impl RemoteCall for RequestChatJoinWebView
Source§type Return = WebViewResult
type Return = WebViewResult
The deserialized response type.
impl StructuralPartialEq for RequestChatJoinWebView
Auto Trait Implementations§
impl Freeze for RequestChatJoinWebView
impl RefUnwindSafe for RequestChatJoinWebView
impl Send for RequestChatJoinWebView
impl Sync for RequestChatJoinWebView
impl Unpin for RequestChatJoinWebView
impl UnsafeUnpin for RequestChatJoinWebView
impl UnwindSafe for RequestChatJoinWebView
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