Sonolus Wiki

AddChatMessageCommand

Message

type AddChatMessageCommand = {
    type: 'addChatMessage'
    nonce: number
    message: ChatMessage
}