title: Modify Guild Channel Positions category: Guild
modifyGuildChannelPositions
$client->guild->modifyGuildChannelPositions($parameters);
Modify the positions of a set of channel objects for the guild. Requires 'MANAGE_CHANNELS' permission. Fires multiple Channel Update Gateway events.
Name | Type | Required | Default |
---|---|---|---|
guild.id | snowflake | true | null |
id | snowflake | false | null |
position | integer | false | null |
Returns a 204 empty response on success.