Releases: The-Earth/catbot
Releases · The-Earth/catbot
1.1.0
1.0.1
- Deprecate add_msg_task, add_query_task, add_member_status_task, add_my_member_status_task, add_chat_join_request_task
- Add msg_task, query_task, member_status_task, my_member_status_task, chat_join_request_task decoraters
- Add context manager ability to Bot which saves configs and records before shutdown
- Add invite_link
Full Changelog: v0.11.2...v1.0.1
0.11.2
0.11.0
0.10.2
v0.10.1
- Split long plain text messages (no formatting options) to avoid lenght limit
0.9.2
- Update to Telegram Bot API 6.5 (2023/2/3)
- Replaced the fields
can_send_media_messageswith separate fieldscan_send_audios,can_send_documents,can_send_photos,can_send_videos,can_send_video_notes, andcan_send_voice_notes. - Added the parameter
use_independent_chat_permissionsto the methodsrestrict_chat_member
- Replaced the fields
Changes are mainly in internal methods and docs. Legacy code will run while updating is encouraged.