Class: ChatMessage
structures.ChatMessage
Table of contents
Constructors
Properties
Constructors
constructor
+ new ChatMessage(data
: ChatMessageOptions, client
: default): ChatMessage
Parameters:
Name | Type |
---|---|
data |
ChatMessageOptions |
client |
default |
Returns: ChatMessage
Defined in: structures/Chat.ts:221
Properties
client
• client: default
Defined in: structures/Chat.ts:215
content
• content: string
Defined in: structures/Chat.ts:221
decorators
• decorators: string[]
Defined in: structures/Chat.ts:220
id
• id: string
Defined in: structures/Chat.ts:216
sender
• sender: PartialUser
Defined in: structures/Chat.ts:217
sentAt
• sentAt: Date
Defined in: structures/Chat.ts:218
type
• type: string
Defined in: structures/Chat.ts:219