Merged
Conversation
Add support for Bot API 9.4 (February 9, 2026) with the following changes: New methods: setMyProfilePhoto, removeMyProfilePhoto, getUserProfileAudios, repostStory New types: VideoQuality, ChatOwnerLeft, ChatOwnerChanged, UserProfileAudios, UserRating New fields on existing types: - User: allows_users_to_create_topics - Video: qualities - Message: chat_owner_left, chat_owner_changed - InlineKeyboardButton/KeyboardButton: icon_custom_emoji_id, style - ChatFullInfo: rating, first_profile_audio - UniqueGiftModel: rarity - UniqueGift: is_burned - ForumTopic/ForumTopicCreated: is_name_implicit - ChecklistTask: completed_by_chat - ForwardMessageParams/CopyMessageParams: message_effect_id
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #260 +/- ##
==========================================
+ Coverage 46.11% 46.23% +0.12%
==========================================
Files 29 29
Lines 2110 2126 +16
==========================================
+ Hits 973 983 +10
- Misses 1087 1095 +8
+ Partials 50 48 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ruizlenato
pushed a commit
to ruizlenato/bot
that referenced
this pull request
Feb 21, 2026
Add support for Bot API 9.4 (February 9, 2026) with the following changes: New methods: setMyProfilePhoto, removeMyProfilePhoto, getUserProfileAudios, repostStory New types: VideoQuality, ChatOwnerLeft, ChatOwnerChanged, UserProfileAudios, UserRating New fields on existing types: - User: allows_users_to_create_topics - Video: qualities - Message: chat_owner_left, chat_owner_changed - InlineKeyboardButton/KeyboardButton: icon_custom_emoji_id, style - ChatFullInfo: rating, first_profile_audio - UniqueGiftModel: rarity - UniqueGift: is_burned - ForumTopic/ForumTopicCreated: is_name_implicit - ChecklistTask: completed_by_chat - ForwardMessageParams/CopyMessageParams: message_effect_id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Recreated from #258 with fork-specific commits removed.