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