v1/user/chat/chat-summary
POST
https://api.brickverse.co/v1/user/chat/chat-summary
This endpoint returns a table of the chat summary
Query Parameters
Name
Type
Description
chatId
number
ID Of Chat
Request Body
Name
Type
Description
token
string
Authorization Token of user
{
"status": "success",
"data": [{
members: [{
"username": "nate",
"id": "6",
"avatar_url": "https:\/\/brickverse.co\/assets\/img\/male.png",
}],
"chat_id": "1",
"member_count": "1",
"chat_name": "epic friends chat!"
}]
}
Non Opertional
Last updated
Was this helpful?