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