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