Javacord icon indicating copy to clipboard operation
Javacord copied to clipboard

New channel type GUILD_STAGE_VOICE

Open felldo opened this issue 4 years ago • 4 comments
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)

felldo avatar Mar 31 '21 18:03 felldo

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}

Joshix-1 avatar Mar 31 '21 20:03 Joshix-1

Is there a reason why this is still open? If I not mistaken, this has been implemented in #726 ?

Bastian avatar Jun 03 '21 08:06 Bastian

#726 was just a quick fix, and I don't think stage channels were fully implemented.

Joshix-1 avatar Jun 03 '21 08:06 Joshix-1

I see

Bastian avatar Jun 03 '21 09:06 Bastian