Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

GatewayPayload

Gateway payload.

API/Interfaces/GatewayPayload
hoshimi/src/types/Manager.d.ts

Signature

export interface GatewayPayload

Properties

4
guild_idchannel_idself_muteself_deaf

Methods

0

No methods.

Properties

guild_id#
guild_id: string;

Payload guild id.

@type{string}
channel_id#
channel_id: string | null;

Payload channel id.

@type{string | null}
self_mute#
self_mute: boolean;

Payload self mute.

@type{boolean}
self_deaf#
self_deaf: boolean;

Payload self deafen.

@type{boolean}