MrVolot
Results
1
issues of
MrVolot
So, the problem is that I have such code which start the whole bot workflow: ` while (true) { try { setEvents(); printf("Bot username: %s\n", bot->getApi().getMe()->username.c_str()); TgBot::TgLongPoll longPoll(*bot); while (true)...