Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot API 6.7 🤖 #65

Closed
HeySreelal opened this issue Apr 21, 2023 · 0 comments · Fixed by #66
Closed

Bot API 6.7 🤖 #65

HeySreelal opened this issue Apr 21, 2023 · 0 comments · Fixed by #66
Assignees
Labels
telegram Updates from the Telegram Bot API.

Comments

@HeySreelal
Copy link
Collaborator

  • Added support for launching Web Apps from inline query results by replacing the parameters switch_pm_text and switch_pm_parameter of the method answerInlineQuery with the parameter button of type InlineQueryResultsButton.
  • Added the field web_app_name to the class WriteAccessAllowed.
  • Added the field switch_inline_query_chosen_chat of the type SwitchInlineQueryChosenChat to the class InlineKeyboardButton, which allows bots to switch to inline mode in a chosen chat of the given type.
  • Added the field via_chat_folder_invite_link to the class ChatMemberUpdated.
  • Added the ability to set different bot names for different user languages using the method setMyName.
  • Added the ability to get the current bot name in the given language as the class BotName using the method getMyName.
  • Added the ability to change bot settings from the bot's profile in official Telegram apps, including the ability to set animated profile photos.
  • Added the ability to specify custom emoji entities using HTML and MarkdownV2 formatting options for bots that purchased additional usernames on Fragment.

Documentation: https://core.telegram.org/bots/api-changelog#april-21-2023

@HeySreelal HeySreelal added the telegram Updates from the Telegram Bot API. label Apr 21, 2023
@HeySreelal HeySreelal self-assigned this Apr 21, 2023
@HeySreelal HeySreelal linked a pull request Apr 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
telegram Updates from the Telegram Bot API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant