Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 5081fb7

Browse files
committed
без вопросов
1 parent e71c154 commit 5081fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymax/mixins/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def _query_members(
8787
for item in members:
8888
if not isinstance(item, dict):
8989
raise ResponseStructureError("Invalid member structure in response")
90-
member_list.append(Member.from_dict(item["contact"]))
90+
member_list.append(Member.from_dict(item))
9191
else:
9292
raise ResponseStructureError("Invalid members type in response")
9393
return member_list, marker

0 commit comments

Comments
 (0)