feat(APIGuild): add max_stage_video_channel_users (#550)

This commit is contained in:
Vitor
2023-04-13 18:25:22 +01:00
committed by GitHub
parent bb0ccf1e28
commit 9a66d21f49
4 changed files with 16 additions and 0 deletions

View File

@@ -235,6 +235,10 @@ export interface APIGuild extends APIPartialGuild {
* The maximum amount of users in a video channel
*/
max_video_channel_users?: number;
/**
* The maximum amount of users in a stage video channel
*/
max_stage_video_channel_users?: number;
/**
* Approximate number of members in this guild,
* returned from the `GET /guilds/<id>` and `/users/@me/guilds` (OAuth2) endpoints when `with_counts` is `true`

View File

@@ -235,6 +235,10 @@ export interface APIGuild extends APIPartialGuild {
* The maximum amount of users in a video channel
*/
max_video_channel_users?: number;
/**
* The maximum amount of users in a stage video channel
*/
max_stage_video_channel_users?: number;
/**
* Approximate number of members in this guild,
* returned from the `GET /guilds/<id>` and `/users/@me/guilds` (OAuth2) endpoints when `with_counts` is `true`

View File

@@ -235,6 +235,10 @@ export interface APIGuild extends APIPartialGuild {
* The maximum amount of users in a video channel
*/
max_video_channel_users?: number;
/**
* The maximum amount of users in a stage video channel
*/
max_stage_video_channel_users?: number;
/**
* Approximate number of members in this guild,
* returned from the `GET /guilds/<id>` and `/users/@me/guilds` (OAuth2) endpoints when `with_counts` is `true`

View File

@@ -235,6 +235,10 @@ export interface APIGuild extends APIPartialGuild {
* The maximum amount of users in a video channel
*/
max_video_channel_users?: number;
/**
* The maximum amount of users in a stage video channel
*/
max_stage_video_channel_users?: number;
/**
* Approximate number of members in this guild,
* returned from the `GET /guilds/<id>` and `/users/@me/guilds` (OAuth2) endpoints when `with_counts` is `true`