GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

GatewayIdentify

https://discord.com/developers/docs/topics/gateway-events#identify

API/Interfaces/GatewayIdentify
seyfert/lib/types/gateway.d.ts

Signature

export interface GatewayIdentify

Properties

2
opd

Methods

0

No methods.

Properties

op#
op: GatewayOpcodes.Identify;
d#
d: GatewayIdentifyData;