Introduce MiniMessage rendering system for structured chat formatting and interaction
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import {ChatMessage} from '@pages/altitude/chat/objects/chat-message.object';
|
||||
|
||||
export interface RawChatMessage extends Omit<ChatMessage, 'messageJson'> {
|
||||
messageJson: string;
|
||||
}
|
||||
Reference in New Issue
Block a user