hoshimi
Preparing search index...
GatewayPayload
Interface GatewayPayload
Gateway payload.
interface
GatewayPayload
{
channel_id
:
string
|
null
;
guild_id
:
string
;
self_deaf
:
boolean
;
self_mute
:
boolean
;
}
Index
Properties
channel_
id
guild_
id
self_
deaf
self_
mute
Properties
channel_
id
channel_id
:
string
|
null
Payload channel id.
guild_
id
guild_id
:
string
Payload guild id.
self_
deaf
self_deaf
:
boolean
Payload self deafen.
self_
mute
self_mute
:
boolean
Payload self mute.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel_
id
guild_
id
self_
deaf
self_
mute
hoshimi
Loading...
Gateway payload.