Web Socket
Channel Chat
@MessageMapping("/chat/message")Request DTO
{
"channelId": "string",
"email": "String",
"contents": "String",
"sendTime": "LocalDateTime",
"type": "String",
"files": "List<String>",
"originFiles": "List<String>",
}Direct Chat
Last updated