Ivan Gorbachev
Ivan Gorbachev
[llnulldisk](https://github.com/llnulldisk) What about new line in question text? Is this at all possible to do more than 3 lines?
What conditions does the handler [onPollAnswer](https://llnulldisk.github.io/tgbot-cpp/class_tg_bot_1_1_event_broadcaster.html#a47966cd0aefa177879b728dfff994e41) work? In my project [onPoll](https://llnulldisk.github.io/tgbot-cpp/class_tg_bot_1_1_event_broadcaster.html#a2c6cfe304bd79c7d6432863cd7b399c3) work everytime, [onPollAnswer](https://llnulldisk.github.io/tgbot-cpp/class_tg_bot_1_1_event_broadcaster.html#a47966cd0aefa177879b728dfff994e41) - never
Creation: ```с++ _bot = new TgBot::Bot (_key); _bot->getEvents ().onPollAnswer (std::bind (&Daemon::cmdOnPollAnswer, this, std::placeholders::_1)); _bot->getEvents ().onPoll (std::bind (&Daemon::cmdOnPoll, this, std::placeholders::_1)); std::vector commands; auto command_question = std::make_shared (); command_question->command = "question"; command_question->description...
Thank you very much! Work great!