discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Document set voice channel status

Open MinnDevelopment opened this issue 2 years ago • 13 comments

Permission:

image

Usage:

image

image

MinnDevelopment avatar Sep 02 '23 20:09 MinnDevelopment

Can documentation for the status field in the auditlog options be added as well?

Earlopain avatar Sep 04 '23 09:09 Earlopain

the Channel Update event description should be updated to say that it doesn't trigger for status updates like last_message_id

advaith1 avatar Sep 04 '23 22:09 advaith1

~~Can the status field added to the Modify Channel API call added as well~~

MazeXP avatar Sep 06 '23 20:09 MazeXP

Can the status field added to the Modify Channel API call added as well

a different endpoint is used for changing voice status and a PR for this already exists: #6400

sebm253 avatar Sep 06 '23 20:09 sebm253

Can you update the documentation for the list of intents as well with the intent required intent for this event?

sdanialraza avatar Sep 07 '23 05:09 sdanialraza

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.

Cynosphere avatar Sep 13 '23 22:09 Cynosphere

that is the old name, it was replaced

advaith1 avatar Sep 13 '23 23:09 advaith1

  • 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?

sdanialraza avatar Sep 26 '23 20:09 sdanialraza

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?

image

{
    ...
    "status": "test",
    "name": "voice-111",
    ...
}

codeofandrin avatar Oct 08 '23 13:10 codeofandrin

Hey, is there any way to get this merged soon?

cobaltt7 avatar Mar 19 '24 23:03 cobaltt7

Also interested

bogomazov avatar Apr 30 '24 13:04 bogomazov

any information when official merge? waiting for over half a year now

xXM0d3reXx avatar May 31 '24 20:05 xXM0d3reXx

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.

advaith1 avatar Jul 12 '24 05:07 advaith1