Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 443 Bytes

chat.md

File metadata and controls

27 lines (21 loc) · 443 Bytes

↓ chat

EVENT chat

채팅 데이터를 반환하는 리스너 입니다.

Response

{% tabs %} {% tab title="예시" %} model<chat>

{
    "_id":"661a964ffb9e4fcf04b83d8b"
    "platform":"soop",
    "type":"chat",
    "user_id":"*****",
    "nickname":"*****",
    "streamer_id":"*****",
    "message":"*****",
    "extras":{...}
}

{% endtab %} {% endtabs %}