bot.hears(kb.home.titleFilms, async (ctx) => {
ctx.reply("Укажите название фильм");
await bot.on("message", titleFilm());
});
bot.hears(kb.home.idFilms, async (ctx) => {
ctx.reply("Укажите id кинопоиска");
await bot.on("message", kpIdFilm());
});