[Feature] Add MaxStageVideoChannelUsers property to IGuild (#2648)

This commit is contained in:
Misha133
2023-03-31 14:14:24 +03:00
committed by GitHub
parent 2112e1f5b6
commit bdd755b8cf
4 changed files with 18 additions and 0 deletions

View File

@@ -302,6 +302,13 @@ namespace Discord
/// </returns>
int? MaxVideoChannelUsers { get; }
/// <summary>
/// Gets the maximum amount of users in a stage video channel.
/// </summary>
/// <returns>
/// The maximum amount of users in a stage video channel.
/// </returns>
int? MaxStageVideoChannelUsers { get; }
/// <summary>
/// Gets the approximate number of members in this guild.
/// </summary>
/// <remarks>