Align changelog with base PR #1780

This commit is contained in:
Codex Agent 2026-03-02 09:06:02 +00:00
parent ceb22a03dc
commit 7229125d83
2 changed files with 1 additions and 1 deletions

1
CHANGES/1780.feature.rst Normal file
View file

@ -0,0 +1 @@
Extended Telegram Bot API 9.5 support for chat tags: added `Chat.set_member_tag(...)` shortcut through butcher aliases/codegen, completed tag-related fields handling (`can_manage_tags`, `can_edit_tag`, `sender_tag`), and aligned tests/formatting expectations for the updated API behavior.

View file

@ -1 +0,0 @@
Fixed follow-up support for Bot API 9.5 chat tags by adding and validating the ``Chat.set_member_tag`` shortcut via butcher aliases, and extended test coverage for new tag-related fields and ``sender_tag`` content type handling.