kient / Chat
Class: Chat
Data structure of a chat message
Extends
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
_kient | readonly | Kient | - | Base ._kient | src/structures/base.ts:4 |
id | public | string | The id of the sent message | - | src/structures/chat.ts:14 |
isSent | public | boolean | A boolean indicating if the message has been sent | - | src/structures/chat.ts:19 |
Methods
toJSON()
ts
toJSON(): ExcludeFunctionsAndPrivate<Chat>