pub struct SetBotGuestChatResult {
pub query_id: i64,
pub result: InputBotInlineResult,
}Expand description
messages.setBotGuestChatResult
Generated from:
messages.setBotGuestChatResult#52b08db query_id:long result:InputBotInlineResult = BoolFields§
§query_id: i64§result: InputBotInlineResultTrait Implementations§
Source§impl Clone for SetBotGuestChatResult
impl Clone for SetBotGuestChatResult
Source§fn clone(&self) -> SetBotGuestChatResult
fn clone(&self) -> SetBotGuestChatResult
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 SetBotGuestChatResult
impl Debug for SetBotGuestChatResult
Source§impl Deserializable for SetBotGuestChatResult
impl Deserializable for SetBotGuestChatResult
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 SetBotGuestChatResult
impl Identifiable for SetBotGuestChatResult
Source§const CONSTRUCTOR_ID: u32 = 0x052b08db
const CONSTRUCTOR_ID: u32 = 0x052b08db
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetBotGuestChatResult
impl PartialEq for SetBotGuestChatResult
Source§fn eq(&self, other: &SetBotGuestChatResult) -> bool
fn eq(&self, other: &SetBotGuestChatResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RemoteCall for SetBotGuestChatResult
impl RemoteCall for SetBotGuestChatResult
Source§impl Serializable for SetBotGuestChatResult
impl Serializable for SetBotGuestChatResult
impl StructuralPartialEq for SetBotGuestChatResult
Auto Trait Implementations§
impl Freeze for SetBotGuestChatResult
impl RefUnwindSafe for SetBotGuestChatResult
impl Send for SetBotGuestChatResult
impl Sync for SetBotGuestChatResult
impl Unpin for SetBotGuestChatResult
impl UnsafeUnpin for SetBotGuestChatResult
impl UnwindSafe for SetBotGuestChatResult
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