GuildShardPayload
Defined in: src/structures/Types/Utils.ts:514
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
d (src/structures/Types/Utils.ts:518) | object | Data to send |
d.channel_id (src/structures/Types/Utils.ts:522) | string | channel to move/connect to, or null to leave it |
d.guild_id (src/structures/Types/Utils.ts:520) | string | Guild id to apply voice settings |
d.self_deaf (src/structures/Types/Utils.ts:526) | boolean | whether or not deafen yourself |
d.self_mute (src/structures/Types/Utils.ts:524) | boolean | whether or not mute yourself |
op (src/structures/Types/Utils.ts:516) | number | The OP code |