pub struct GetAttachMenuBot {
pub bot: InputUser,
}Expand description
Generated from:
messages.getAttachMenuBot#77216192 bot:InputUser = AttachMenuBotsBotFields§
§bot: InputUserTrait Implementations§
Source§impl Clone for GetAttachMenuBot
impl Clone for GetAttachMenuBot
Source§fn clone(&self) -> GetAttachMenuBot
fn clone(&self) -> GetAttachMenuBot
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 GetAttachMenuBot
impl Debug for GetAttachMenuBot
Source§impl Identifiable for GetAttachMenuBot
impl Identifiable for GetAttachMenuBot
Source§const CONSTRUCTOR_ID: u32 = 0x77216192
const CONSTRUCTOR_ID: u32 = 0x77216192
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAttachMenuBot
impl PartialEq for GetAttachMenuBot
Source§impl RemoteCall for GetAttachMenuBot
impl RemoteCall for GetAttachMenuBot
Source§type Return = AttachMenuBotsBot
type Return = AttachMenuBotsBot
The deserialized response type.
Source§impl Serializable for GetAttachMenuBot
impl Serializable for GetAttachMenuBot
impl StructuralPartialEq for GetAttachMenuBot
Auto Trait Implementations§
impl Freeze for GetAttachMenuBot
impl RefUnwindSafe for GetAttachMenuBot
impl Send for GetAttachMenuBot
impl Sync for GetAttachMenuBot
impl Unpin for GetAttachMenuBot
impl UnsafeUnpin for GetAttachMenuBot
impl UnwindSafe for GetAttachMenuBot
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