feat(groups): include member profile fields in chat members API
Some checks are pending
CI / test (push) Has started running
Some checks are pending
CI / test (push) Has started running
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user