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