|
3 | 3 | The Ultimate [Telegram Bot API](https://core.telegram.org/bots/api) Client Framework |
4 | 4 |
|
5 | 5 | [](https://github.com/ma24th/tgbotapi/blob/master/LICENSE) |
6 | | -[](https://pypi.org/project/tgbotapi/) |
| 6 | +[](https://pypi.org/project/tgbotapi/) |
7 | 7 |  |
8 | 8 |  |
9 | 9 |
|
@@ -103,13 +103,13 @@ bot.polling() |
103 | 103 | To start the bot, simply open up a terminal and enter `python echo_bot.py` to run the bot! Test it by sending commands ('/start' and '/help') and arbitrary text messages. |
104 | 104 |
|
105 | 105 | ### ChangeLog |
106 | | -**_version 5.4_** |
107 | | -- Added the the parameter creates_join_request to the methods createChatInviteLink and editChatInviteLink for managing chat invite links that create join requests (read more about this on our blog). |
108 | | -- Added the fields creates_join_request and pending_join_request_count to the class ChatInviteLink. |
109 | | -- Added the field name to the class ChatInviteLink and the parameters name to the methods createChatInviteLink and editChatInviteLink for managing invite link names. |
110 | | -- Added updates about new requests to join the chat, represented by the class ChatJoinRequest and the field chat_join_request in the Update class. The bot must be an administrator in the chat with the can_invite_users administrator right to receive these updates. |
111 | | -- Added the methods approveChatJoinRequest and declineChatJoinRequest for managing requests to join the chat. |
112 | | -- Added support for the choose_sticker action in the method sendChatAction. |
| 106 | +**_version 5.5_** |
| 107 | +- Bots are now allowed to contact users who sent a join request to a chat where the bot is an administrator with the can_invite_users administrator right – even if the user never interacted with the bot before. |
| 108 | +- Added support for mentioning users by their ID in inline keyboards. This will only work in Telegram versions released after December 7, 2021. Older clients will display unsupported message. |
| 109 | +- Added the methods banChatSenderChat and unbanChatSenderChat for banning and unbanning channel chats in supergroups and channels. |
| 110 | +- 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. |
| 111 | +- Added the field has_protected_content to the classes Chat and Message. |
| 112 | +- Added the field is_automatic_forward to the class Message. |
113 | 113 | **_Fixes_** |
114 | 114 | - No Issues until Now |
115 | 115 |
|
|
0 commit comments