Skip to content

Comments

Support Telegram Bot API 9.4 (#250)#258

Closed
TGlimmer wants to merge 3 commits intogo-telegram:mainfrom
TGlimmer:main
Closed

Support Telegram Bot API 9.4 (#250)#258
TGlimmer wants to merge 3 commits intogo-telegram:mainfrom
TGlimmer:main

Conversation

@TGlimmer
Copy link
Contributor

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

TGlimmer and others added 3 commits February 12, 2026 19:48
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
Replace all internal import paths to match the forked module name,
including go.mod declaration, library sources, tests, and examples.
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.23%. Comparing base (271dcc3) to head (01bff51).

Files with missing lines Patch % Lines
methods.go 0.00% 16 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #258      +/-   ##
==========================================
+ 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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


"github.com/go-telegram/bot"
"github.com/go-telegram/bot/models"
"github.com/TGlimmer/gobot"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, fix it

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check #254 please

@TGlimmer
Copy link
Contributor Author

Recreating PR from a clean branch to remove fork-specific commits

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.

4 participants