pub struct GetBotMenuButton {
pub user_id: InputUser,
}Expand description
Generated from:
bots.getBotMenuButton#9c60eb28 user_id:InputUser = BotMenuButtonFields§
§user_id: InputUserTrait Implementations§
Source§impl Clone for GetBotMenuButton
impl Clone for GetBotMenuButton
Source§fn clone(&self) -> GetBotMenuButton
fn clone(&self) -> GetBotMenuButton
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 GetBotMenuButton
impl Debug for GetBotMenuButton
Source§impl Identifiable for GetBotMenuButton
impl Identifiable for GetBotMenuButton
Source§const CONSTRUCTOR_ID: u32 = 0x9c60eb28
const CONSTRUCTOR_ID: u32 = 0x9c60eb28
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetBotMenuButton
impl PartialEq for GetBotMenuButton
Source§impl RemoteCall for GetBotMenuButton
impl RemoteCall for GetBotMenuButton
Source§type Return = BotMenuButton
type Return = BotMenuButton
The deserialized response type.
Source§impl Serializable for GetBotMenuButton
impl Serializable for GetBotMenuButton
impl StructuralPartialEq for GetBotMenuButton
Auto Trait Implementations§
impl Freeze for GetBotMenuButton
impl RefUnwindSafe for GetBotMenuButton
impl Send for GetBotMenuButton
impl Sync for GetBotMenuButton
impl Unpin for GetBotMenuButton
impl UnsafeUnpin for GetBotMenuButton
impl UnwindSafe for GetBotMenuButton
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