From dd5cf09b1f87c6bdd48b0077834709fb0ac20f90 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Mon, 2 Mar 2026 09:08:08 +0000 Subject: [PATCH] Expand 1780 changelog to cover base and follow-up scope --- CHANGES/1780.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/1780.feature.rst b/CHANGES/1780.feature.rst index f85791dc..d2e5b40e 100644 --- a/CHANGES/1780.feature.rst +++ b/CHANGES/1780.feature.rst @@ -1 +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. +Added full Telegram Bot API 9.5 support across aiogram: new API methods (``sendChecklist``, ``sendMessageDraft``, ``setChatMemberTag``, ``editMessageChecklist``), updated chat member/tag capability fields (including ``can_manage_tags``, ``can_edit_tag``, ``tag`` and ``sender_tag``), updated message/content-type and ``MessageEntity`` handling (including date-time entity formatting), regenerated API/docs artifacts, and follow-up shortcut/codegen/test coverage for ``Chat.set_member_tag(...)`` and related tag behaviors. \ No newline at end of file