Skip to main content

ServerChatRoomMessage

Base interface for a chat message

Hierarchy

Index

Properties

Content

Content: string

optionalDictionary

optionalSender

Sender?: number

The sender number. Provided by the server to the client, ignored otherwise.

optionalTarget

Target?: number

The character to target the message at. null means it's broadcast to the room.

optionalTimeout

Timeout?: number

Type