Skip to content

kient / EventBase

Class: EventBase

src/structures/base-event.ts:13

Extends

Extended by

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
_kientreadonlyKient-Base._kientsrc/structures/base.ts:4
kickEventpublicobjectThe information relating the received event-src/structures/base-event.ts:17
kickEvent.messageIdpublicstringThe event's message id-src/structures/base-event.ts:21
kickEvent.subscriptionIdpublicstringThe subscription ID associated with the event-src/structures/base-event.ts:26
kickEvent.timestamppublicDateThe event's timestamp-src/structures/base-event.ts:31

Methods

unsubscribe()

ts
unsubscribe(): void

src/structures/base-event.ts:48

The unsubscribes the client from this subscription type using the associated subscription ID in the event

Returns

void