discord-api-docs
discord-api-docs copied to clipboard
Document set voice channel status
Permission:
Usage:
Can documentation for the status field in the auditlog options be added as well?
the Channel Update event description should be updated to say that it doesn't trigger for status updates like last_message_id
~~Can the status field added to the Modify Channel API call added as well~~
Can the status field added to the
Modify ChannelAPI call added as well
a different endpoint is used for changing voice status and a PR for this already exists: #6400
Can you update the documentation for the list of intents as well with the intent required intent for this event?
It seems to also emit CHANNEL_TOPIC_UPDATE gateway event, which doesn't seem to be documented either.
Only difference is topic instead of status and the fact that this events have been existing for longer (first instance of it my bot saw was on July 11th). They were only ever setting it to null (stage channel related maybe?) and do not fire on normal channel topic updates.
that is the old name, it was replaced
- https://github.com/discord/discord-api-docs/pull/6398#issuecomment-1709522367
Can you update the documentation for the list of intents as well with the intent required intent for this event?
@MinnDevelopment Could you do this please?
Looks like that there's a bug with the Discord UI. After editing the channel (e.g. the channel's name) the status gets reset (Set a channel status) but the GUILD_CREATE event still has the status in the payload (see below). I assume that it's a UI bug and not a API bug because why should the status be reset if the channel was edited?
{
...
"status": "test",
"name": "voice-111",
...
}
Hey, is there any way to get this merged soon?
Also interested
any information when official merge? waiting for over half a year now
The fates of hang status and vc status are not decided yet, since hang status has a partial rollout and may fully replace vc status, so we won't be documenting vc status until we are confident it's sticking around.