aiogram / aiogram

aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
https://aiogram.dev
MIT License
4.68k stars 832 forks source link

Bot API 4.6 support #264

Closed evgfilim1 closed 4 years ago

evgfilim1 commented 4 years ago

Telegram released an update with polls, Bot API already supports new poll types (Bot API 4.6).

Example updates _Note that Quiz doesn't have "correct_answerid" field if it was forwarded

evgfilim1 commented 4 years ago

I think this issue is about Bot API 4.6 now as the latter was released and announced