Skip to content

kient / Chat

Class: Chat

src/structures/chat.ts:10

Data structure of a chat message

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
_kientreadonlyKient-Base._kientsrc/structures/base.ts:4
idpublicstringThe id of the sent message-src/structures/chat.ts:14
isSentpublicbooleanA boolean indicating if the message has been sent-src/structures/chat.ts:19

Methods

toJSON()

ts
toJSON(): ExcludeFunctionsAndPrivate<Chat>

src/structures/chat.ts:29

Returns

ExcludeFunctionsAndPrivate<Chat>