Skip to content

GatewayEvents

Defined in: types/index.ts:17

https://docs.discord.com/developers/events/gateway-events

MESSAGE_CREATE: Message & object

Defined in: types/index.ts:18

optional guild_id: string

optional member: Partial<GuildMember>

mentions: User & object[]


MESSAGE_DELETE: object

Defined in: types/index.ts:24

channel_id: string

optional guild_id: string

id: string


MESSAGE_UPDATE: Message & object

Defined in: types/index.ts:30

tts: false


READY: object

Defined in: types/index.ts:32

session_id: string

user: User


WS_DEBUG: string

Defined in: types/index.ts:37


WS_ERROR: string

Defined in: types/index.ts:38