You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowed bots to use custom emoji in messages directly sent by the bot to private, group and supergroup chats if the owner of the bot has a Telegram Premium subscription.
Allowed bots to create topics in private chats using the method createForumTopic.
Allowed bots to prevent users from creating and deleting topics in private chats through a new setting in the @BotFather Mini App.
Added the field allows_users_to_create_topics to the class User.
Added the field icon_custom_emoji_id to the classes KeyboardButton and InlineKeyboardButton, allowing bots to show a custom emoji on buttons if they are able to use custom emoji in the message.