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