Skip to content

Bot API 5.4, aiohttp 3.8, python 3.10

Compare
Choose a tag to compare
@JrooTJunior JrooTJunior released this 06 Nov 23:57
· 105 commits to dev-2.x since this release
  • Added full support of Telegram Bot API 5.4 (#741)
  • Fixed compatibility with Python 3.10 and aiohttp 3.8 (#741)
  • Added to Bot.download_file aliases ability to save files to a directory and automatically create directories (#694)
  • Changed invisible symbol in hide_link (#738)
  • Removed unnecessarily strict condition in send_media_group (#742)
  • Fixed send_copy - added caption to send_voice (#722)
  • Reuse json util in files storage #712 (#713)
  • Show callback_query.data in logging (#714)

BREAKING!
If you use bot.session, dispatcher.loop or bot.loop pleas don't to that anymore, you should create you're own client session and or already running event loop from asyncio instead of using internally created session and loop.