Telegram Info English
26.2K subscribers
652 photos
78 videos
3 files
1.41K links
This is the English mirror of @tginfo.

Discussion chat: @tginfochaten
Beta channel: @betainfoen
TON: @infotonen
Other languages: @tginfoall
Feedback & Commecrial: @infowritebot
Download Telegram
Bot API was updated to version 6.8

What's new:
• Added the field story to the class Message for messages with forwarded stories. Currently, it holds no information.
• Added the field voter_chat to the class PollAnswer, to contain channel chat voters in Polls. For backward compatibility, the field user in such objects will contain the user 136817688 (@Channel_Bot).
• Added the field emoji_status_expiration_date to the class Chat.
• Added the method unpinAllGeneralForumTopicMessages.
• Increased to 512 characters the maximum length of the startapp parameter in direct Web App links.

See the full changelog for details on the official website.

#update #BotAPI
Bot API was updated to version 6.9

What's new:
• Added the new administrator privileges can_post_stories, can_edit_stories and can_delete_stories to the classes ChatMemberAdministrator and ChatAdministratorRights.
• Added the parameters can_post_stories, can_edit_stories and can_delete_stories to the method promoteChatMember. Currently, bots have no use for these privileges besides assigning them to other administrators.
• Added the ability to set any header color using the setHeaderColor method.
• Added the field CloudStorage and the methods requestWriteAccess, requestContact to the class WebApp.
• Added the Web App events writeAccessRequested, contactRequested.
• Added the fields from_request and from_attachment_menu to the class WriteAccessAllowed.
• Added the fields added_to_attachment_menu, allows_write_to_pm to the class WebAppUser.

See the full changelog for details on the official website.

#update #BotAPI
Bot API was updated to version 7.1

Custom Emoji
Bots can now get the custom emoji sticker set chosen by a group and use any custom emoji from it.

Boosts
Added support for boost_added service messages, about new boosts added to the chat.
Added the field sender_boost_count to the class Message, counting boosts added by the sender that are active on the message send date.

Stories
Bots can now check if admins have the rights to post, edit and delete stories in supergroups.
Added the field reply_to_story to the class Message.

See the full changelog for details on the official website.

#update #BotAPI
Biometrics in Mini Apps

A function named BiometricManager has been discovered in the source code of Telegram Mini Apps tools.

Presumably, this function will allow mini apps to request verification from the messenger to confirm your identity as the device owner. This will enable services to enhance the protection of your data or assets.

The @tginfo editorial team believes that mini apps will not receive any data related to biometrics. The tool will be able to process a response from the Telegram client, which has methods for biometric confirmation.

#BotAPI
Bot API Updated to Version 7.2

Integration with Business Accounts:
• Added the BusinessConnection class and updates about connecting or disconnecting a bot to a business account, represented by the field 'business_connection' in the Update class.
• Added updates about deleting messages in a business account connected to a bot.

Acting on Behalf of Business Accounts:
• Added the field 'business_connection_id' to the Message class.
• Added the field 'sender_business_bot' to the Message class.
• Added the parameter 'business_connection_id' to the sendChatAction method.

Business Account Information:
• Added the classes 'BusinessOpeningHours' and 'BusinessOpeningHoursInterval'.
• Added the field 'business_opening_hours' to the Chat class.

Sticker Sets with Mixed Format:
• Removed the fields 'is_animated' and 'is_video' from the StickerSet class.
• Added the field 'format' to the InputSticker class.
• Removed the parameter 'sticker_format' from the createNewStickerSet method.
• Increased the maximum number of stickers in any set to 120.
• Allowed uploading stickers in WEBM format using SendSticker.

The full list of changes is available on the official website.

#update #BotAPI
Bot API Updated to Version 7.10

• Bots now receive updates when users purchase paid media.
• A payload parameter was added for paid media purchases to be used for internal purposes.
Giveaway class obtained a new field specifying type of giveaway and number of star prizes.
• Mini Apps can now display and control a secondary button at the bottom of their interface.

The full list of changes is available on the official website.

#update #BotAPI