pub struct GetBotApp {
pub app: InputBotApp,
pub hash: i64,
}Expand description
Generated from:
messages.getBotApp#34fdc5c3 app:InputBotApp hash:long = messages.BotAppFields§
§app: InputBotApp§hash: i64Trait Implementations§
Source§impl Identifiable for GetBotApp
impl Identifiable for GetBotApp
Source§const CONSTRUCTOR_ID: u32 = 0x34fdc5c3
const CONSTRUCTOR_ID: u32 = 0x34fdc5c3
The constructor ID as specified in the TL schema.
Source§impl Serializable for GetBotApp
impl Serializable for GetBotApp
impl StructuralPartialEq for GetBotApp
Auto Trait Implementations§
impl Freeze for GetBotApp
impl RefUnwindSafe for GetBotApp
impl Send for GetBotApp
impl Sync for GetBotApp
impl Unpin for GetBotApp
impl UnsafeUnpin for GetBotApp
impl UnwindSafe for GetBotApp
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