Javacord
Javacord copied to clipboard
New channel type GUILD_STAGE_VOICE
trafficstars
A new channel type has been released which should be implemented
| GUILD_STAGE_VOICE | 13 | a voice channel for [hosting events with an audience](https://support.discord.com/hc/en-us/articles/1500005513722)
example:
{"id": "826920263710408794", "type": 13, "name": "test", "position": 0, "parent_id": "681647141013422080", "topic": null, "bitrate": 40000, "user_limit": 1000, "rtc_region": null, "guild_id": "367648314184826880", "permission_overwrites": [{"id": "367648314184826880", "type": 0, "allow": "0", "deny": "1024"}, {"id": "559141475812769793", "type": 0, "allow": "1024", "deny": "0"}, {"id": "569672681209724947", "type": 0, "allow": "0", "deny": "2048"}], "nsfw": false}
Is there a reason why this is still open? If I not mistaken, this has been implemented in #726 ?
#726 was just a quick fix, and I don't think stage channels were fully implemented.
I see