Telegramium-7.55.0
Telegramium-7.55.0 released.
It supports all methods and entities of Telegram Bot API v5.5.
Excerpt from Bot API official announcement for version 5.5
- 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. - 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.
- Added the methods
banChatSenderChat
andunbanChatSenderChat
for banning and unbanning channel chats in supergroups and channels. - Added the field
has_private_forwards
to the classChat
for private chats, which can be used to check the possibility of mentioning the user by their ID. - Added the field
has_protected_content
to the classesChat
andMessage
. - Added the field
is_automatic_forward
to the classMessage
.
Note: After this update it will become impossible to forward messages from some chats. Use the fields has_protected_content
in the classes Message
and Chat
to check this.
Note: After this update users are able to send messages on behalf of channels they own. Bots are expected to use the field sender_chat
in the class Message
to correctly support such messages.