Skip to content

Bot API 9.1 changes #2496

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

Merged
merged 6 commits into from
Jul 6, 2025
Merged

Bot API 9.1 changes #2496

merged 6 commits into from
Jul 6, 2025

Conversation

coder2020official
Copy link
Collaborator

@coder2020official coder2020official commented Jul 4, 2025

July 3, 2025
Bot API 9.1

Checklists

  • Added the class ChecklistTask representing a task in a checklist.
  • Added the class Checklist representing a checklist.
  • Added the class InputChecklistTask representing a task to add to a checklist.
  • Added the class InputChecklist representing a checklist to create.
  • Added the field checklist to the classes Message and ExternalReplyInfo, describing a checklist in a message.
  • Added the class ChecklistTasksDone and the field checklist_tasks_done to the class Message, describing a service message about status changes for tasks in a checklist (i.e., marked as done/not done).
  • Added the class ChecklistTasksAdded and the field checklist_tasks_added to the class Message, describing a service message about the addition of new tasks to a checklist.
  • Added the method sendChecklist, allowing bots to send a checklist on behalf of a business account.
  • Added the method editMessageChecklist, allowing bots to edit a checklist on behalf of a business account.

Gifts

General

  • Increased the maximum number of options in a poll to 12.
  • Added the method getMyStarBalance, allowing bots to get their current balance of Telegram Stars.
  • Added the class DirectMessagePriceChanged and the field direct_message_price_changed to the class Message, describing a service message about a price change for direct messages sent to the channel chat.
  • Added the method hideKeyboard to the class WebApp. (SKIPPED AS DOES NOT CONCERN THE LIB)

@coder2020official coder2020official requested a review from Badiboy July 4, 2025 16:46
@coder2020official
Copy link
Collaborator Author

Hi @Badiboy
Done; However, this time I hurried a bit and made a single commit, sorry for that
Also, please check more carefully

@coder2020official
Copy link
Collaborator Author

I think I'm done

@Badiboy
Copy link
Collaborator

Badiboy commented Jul 6, 2025

Thank you!

@Badiboy Badiboy merged commit 4969f61 into eternnoir:master Jul 6, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants