채팅방 입장
GET /chat/{postId}
Headers
Name
Type
Description
postId*
String
{
"postId": 23,
"userList": [
{
"userId": "user.id",
"image": “https://img.icons1.com.png",
"nickname": "치킨매니아"
}
],
"chatLog": [
{
"_id": "ObjectId(\"6182a230c728124b6a41e638\")",
"id": "62eaab6a-f80d-4570-aec7-f162d752d320",
"nickname": "무야호",
"image": "imageURL",
"message": "빨리빨리 고르라구~!",
"date": "30분전"
}
],
"chatInfo": {
"title": "빌리프로스터리카페",
"userImage":“https://img.icons1.com.png"
},
"creatorId": "62eaab6a-f80d-4570-aec7-f162d752d320"
}Last updated