GuildShardPayload
Defined in: src/structures/Types/Utils.ts:447
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
d (src/structures/Types/Utils.ts:451) | object | Data to send |
d.channel_id (src/structures/Types/Utils.ts:455) | string | channel to move/connect to, or null to leave it |
d.guild_id (src/structures/Types/Utils.ts:453) | string | Guild id to apply voice settings |
d.self_deaf (src/structures/Types/Utils.ts:459) | boolean | wether or not deafen yourself |
d.self_mute (src/structures/Types/Utils.ts:457) | boolean | wether or not mute yourself |
op (src/structures/Types/Utils.ts:449) | number | The OP code |