-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to process Telegram update on Polls Updates #11
Comments
Hi, can you provide the code that throws this error? |
Its Update! when someone tap on the poll that created by robot, telegram will send that update and zanzara shows that cannot process that update included Poll. |
Released 0.5.2 with the fix. We have also added the polls listener: <?php
$bot = new Zanzara("TOKEN", $config);
$bot->onPoll(function (Context $ctx) {
$poll = $ctx->getPoll();
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use the poll that created by bot get this on Logs :
The text was updated successfully, but these errors were encountered: