- Update API schema to Layer 176
- Fix get_folders
- Refactor sqlite storage
- Add no_sound parameter to send_video methods
- Add new get_stickers method
- Add sender_boost_count attribute to Message class
- Add typehints to all of the decorators classes 34
- Renamed ttl_seconds to view_once in send_video_note and send_voice
- chore: release v2.0.106+amn7
- fix(callback_query_handler): fix inline keyboard editing
- chore(api): update API schema to Layer 162
- fix(pyromod): fix case where message.from_user is None
- feat: add full_name property to User and Chat objects
- fix(inline_query_result_animation): InputMessageContent.write is a coroutine
- fix(message): fix parse_mode typing for ask() method
- feat(filters): add CallbackQuery support to other filters
- chore(message): add file_name where missing and pass thumb as Union
- fix(chat): fix AttributeError when received ChatForbidden
- feat: add conversation support
- feat(poll): add bound method stop() to the Poll object
- chore: make some methods static
- feat: integrate pyromod patches into our fork