GuildShardPayload
Properties
Property | Type | Description | Defined in |
---|---|---|---|
d | object | Data to send | src/structures/Types/Utils.ts:430 |
d.channel_id | string | channel to move/connect to, or null to leave it | src/structures/Types/Utils.ts:434 |
d.guild_id | string | Guild id to apply voice settings | src/structures/Types/Utils.ts:432 |
d.self_deaf | boolean | wether or not deafen yourself | src/structures/Types/Utils.ts:438 |
d.self_mute | boolean | wether or not mute yourself | src/structures/Types/Utils.ts:436 |
op | number | The OP code | src/structures/Types/Utils.ts:428 |