mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Add set_chat_member_tag shortcut coverage * Add set_member_tag shortcut tests and align decoration expectations * Fix follow-up test coverage for sender_tag and can_edit_tag * Add changelog fragment for PR 1781 * Align changelog with base PR #1780 * Expand 1780 changelog to cover base and follow-up scope * Treat sender_tag as metadata, not message content type --------- Co-authored-by: Latand <latand@users.noreply.github.com> Co-authored-by: Codex Agent <codex@openclaw.local>
This commit is contained in:
parent
251df4b193
commit
ebfab22d64
13 changed files with 202 additions and 8 deletions
|
|
@ -314,6 +314,7 @@ class TestChatMemberUpdatedStatusFilter:
|
|||
"can_send_polls": True,
|
||||
"can_send_other_messages": True,
|
||||
"can_add_web_page_previews": True,
|
||||
"can_edit_tag": True,
|
||||
"can_post_stories": True,
|
||||
"can_edit_stories": True,
|
||||
"can_delete_stories": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue