Hi,
Congratulations👏👏👏
Developers are finding project information, code snippets and other information related to your repository on kandi. Also, your project has featured on the kandi kit under the best Python Telegram Bot libraries. kandi kits help developers shortlist reusable libraries and code snippets for specific topics or use cases. Add your kandi X-Ray & Featured badges to help more developers quickly discover and adopt your project. Thanks!
* chore: bump version 5.5
* feat: add banChatSenderChat and unbanChatSenderChat
Added the methods banChatSenderChat and unbanChatSenderChat for banning and unbanning channel chats in supergroups and channels.
* feat: add has_private_forwards
Added the field has_private_forwards to the class Chat for private chats, which can be used to check the possibility of mentioning the user by their ID.
* feat: add has_protected_content
Added the field has_protected_content to the classes Chat and Message.
* feat: add is_automatic_forward
Added the field is_automatic_forward to the class Message.
* feat: add shortcuts
Added Chat.ban_sender_chat() and Chat.unban_sender_chat() shortcuts.
* docs: add new methods Source
* Added support of Bot API 5.4
* Bump version
* Added aliases for ChatJoinRequest object
* Create aiohttp session inside async function
* Try to fix compatibility with aiohttp 3.8
* Fixed compatibility with Python 3.10
* feat: version number update
* feat: add InputInvoiceMessageContent type
* refactor: every param on a new line
* feat: add `max_tip_amount` and `suggested_tip_amounts` to `sendInvoice`
* feat: `start_parameter` of `sendInvoice` became optional
* refactor: reorder params
* feat: add `chat_type` to `InlineQuery`
* feat: add `VoiceChatScheduled`
* feat: add `voice_chat_scheduled` to `Message`
* fix: sendChatAction documentation update
* feat: add `record_voice` and `upload_voice` to `ChatActions`
* feat: allow sending invoices to group, supergroup and channel