Interface: ChatMessageOptions
structures/Chat.ChatMessageOptions
Table of contents
Properties
Properties
content
• content: string
Defined in: structures/Chat.ts:197
decorators
• decorators: string[]
Defined in: structures/Chat.ts:195
eventBased
• Optional
eventBased: undefined | { setConversationUniverse
: { actorUserId
: number ; universeId
: number } ; type
: SetConversationUniverse }
Defined in: structures/Chat.ts:204
id
• id: string
Defined in: structures/Chat.ts:190
link
• Optional
link: undefined | { game
: { universeId
: number } ; type
: Game }
Defined in: structures/Chat.ts:198
messageType
• messageType: string
Defined in: structures/Chat.ts:194
read
• read: boolean
Defined in: structures/Chat.ts:193
senderTargetId
• senderTargetId: number
Defined in: structures/Chat.ts:196
senderType
• senderType: string
Defined in: structures/Chat.ts:191
sent
• sent: string
Defined in: structures/Chat.ts:192