We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@dp.message_handler(content_types=types.ContentType.VENUE) async def func(message): print(message)
i tried this code, and it doesent handler Venue messages
if i use a filter on any types like @dp.message_handler(content_types=types.ContentType.ANY) This handle Venue in addition to others
@dp.message_handler(content_types=types.ContentType.ANY)
The text was updated successfully, but these errors were encountered:
Fixed in latest version: https://github.com/aiogram/aiogram/releases/tag/v1.2.1 You can install new version from pypi: pip install aiogram -U
pip install aiogram -U
Sorry, something went wrong.
No branches or pull requests
i tried this code, and it doesent handler Venue messages
if i use a filter on any types like
@dp.message_handler(content_types=types.ContentType.ANY)
This handle Venue in addition to others
The text was updated successfully, but these errors were encountered: