-
Notifications
You must be signed in to change notification settings - Fork 109
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
Support reply into webhook for less api calls #102
Comments
It is difficult to implement, because we beed to know if message is updated correctly and resend in case if errors. |
Let's consider it's the developer's call, is it possible to implement it ? |
The main difficulty is that we cannot store message id to edit it infuture if we send it in such manner. Probably this will not be implemented |
So, webhook is not yet supported by this framework, right? |
Webhook is supported. Unsupported webhook response with action |
what webhook response with action means? I try inputtextmessage with state transition, but the state seems not updated. If this should work, could you please give me an example? The documentation doesn’t have a webhook example |
It helps to reduce the api calls hence less overhead.
Check code for reference in aiogram webhook example: https://github.com/aiogram/aiogram/blob/dea94d2574893f4d0e7df358852a543ef9214217/examples/webhook_example.py#L34
More description can be found here: telegram-bot-rb/telegram-bot#59 (comment)
The text was updated successfully, but these errors were encountered: