// package bot -- объект бота package bot // Bot -- объект бота type Bot struct { Login_ string Pass_ string }