mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
feat: resolve ChatMember
This commit is contained in:
parent
153090457a
commit
ce481a9ebf
4 changed files with 34 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from aiogram import types
|
||||
from .dataset import CHAT_MEMBER
|
||||
|
||||
chat_member = types.ChatMember(**CHAT_MEMBER)
|
||||
chat_member = types.ChatMember.resolve(**CHAT_MEMBER)
|
||||
|
||||
|
||||
def test_export():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue