Ivan Gorbachev
Ivan Gorbachev
std::string question = "1\n2\n3\n4\n5"; std::vector options = {"False", "0", "1", "This\ncode\nhas\nan\nerror"}; 
How to know about the user's choice, whether he chose the correct answer or not?
Code: `std::vector options = {"1","2","3","4"};` ` bot.getApi ().sendPoll (message->chat->id, "Answers", options, false, 0, std::make_shared (), true, "quiz", false, correct_answer, explanation);` If i set the correct correct_answer value to 0 or...