Preparing search index...
The search index is not available
web08-booquiz - v1.0.0
web08-booquiz
backend/src/chat/entities/chat-message.entity
ChatMessage
Interface ChatMessage
사용자가 보낸 채팅 메시지를 나타내는 엔티티
interface
ChatMessage
{
clientId
:
string
;
message
:
string
;
nickname
:
string
;
}
Index
Properties
client
Id
message
nickname
Properties
client
Id
client
Id
:
string
클라이언트 ID
message
message
:
string
채팅 메시지
nickname
nickname
:
string
클라이언트의 닉네임
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client
Id
message
nickname
web08-booquiz - v1.0.0
Loading...
사용자가 보낸 채팅 메시지를 나타내는 엔티티