pub struct StartBot {
pub bot: InputUser,
pub peer: InputPeer,
pub random_id: i64,
pub start_param: String,
}Expand description
Generated from:
messages.startBot#e6df7378 bot:InputUser peer:InputPeer random_id:long start_param:string = UpdatesFields§
§bot: InputUser§peer: InputPeer§random_id: i64§start_param: StringTrait Implementations§
Source§impl Identifiable for StartBot
impl Identifiable for StartBot
Source§const CONSTRUCTOR_ID: u32 = 0xe6df7378
const CONSTRUCTOR_ID: u32 = 0xe6df7378
The constructor ID as specified in the TL schema.
Source§impl Serializable for StartBot
impl Serializable for StartBot
impl StructuralPartialEq for StartBot
Auto Trait Implementations§
impl Freeze for StartBot
impl RefUnwindSafe for StartBot
impl Send for StartBot
impl Sync for StartBot
impl Unpin for StartBot
impl UnsafeUnpin for StartBot
impl UnwindSafe for StartBot
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