-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document set voice channel status #6398
base: main
Are you sure you want to change the base?
Conversation
discord/discord-api-docs#6398 Signed-off-by: mccoderpy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the name of this PR is outdated
@@ -15,6 +15,7 @@ Represents a guild or DM channel within Discord. | |||
| permission_overwrites? | array of [overwrite](#DOCS_RESOURCES_CHANNEL/overwrite-object) objects | explicit permission overwrites for members and roles | | |||
| name? | ?string | the name of the channel (1-100 characters) | | |||
| topic? | ?string | the channel topic (0-4096 characters for `GUILD_FORUM` and `GUILD_MEDIA` channels, 0-1024 characters for all others) | | |||
| status? | ?string | the voice channel status (0-500 characters) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| status? | ?string | the voice channel status (0-500 characters) | | |
| status? | ?string | the voice channel status (0-500 characters), only included in the Guild Create event | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason for this?
Can documentation for the status field in the auditlog options be added as well? |
Co-authored-by: advaith <[email protected]>
This commit implements the new permissions (USE_CLYDE_AI, SET_VOICE_CHANNEL_STATUS, and CREATE_GUILD_EXPRESSIONS) as seen in these PRs: discord/discord-api-docs#6354 discord/discord-api-docs#6398 discord/discord-api-docs#6120
the Channel Update event description should be updated to say that it doesn't trigger for status updates like last_message_id |
|
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 Only difference is |
that is the old name, it was replaced |
Co-authored-by: Mihail Gribkov <[email protected]>
|
||
| Field | Type | Description | | ||
|----------|-----------|------------------------------| | ||
| id | snowflake | The channel id | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to be id
or channel_id
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's just id
example payload:
<- Dispatch [VOICE_CHANNEL_STATUS_UPDATE] :
{
"status": "123",
"id": "111...",
"guild_id": "490..."
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, thank you!
@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 ( {
...
"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. |
Permission:
Usage: