feat(groups): include member profile fields in chat members API
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
2026-03-08 21:22:53 +03:00
parent 90320ffd5d
commit 6e24c559aa
5 changed files with 48 additions and 3 deletions

View File

@@ -771,7 +771,7 @@ Response: `200` + `ChatRead`
### GET `/api/v1/chats/{chat_id}/members`
Auth required.
Response: `200` + `ChatMemberRead[]`
Response: `200` + `ChatMemberRead[]` (includes `username`, `name`, `avatar_url` for each member)
### POST `/api/v1/chats/{chat_id}/members`