Add Application Approximate User Install Count (#2978)
* Add Application Approximate User Install Count * fix rider formatting moment
This commit is contained in:
@@ -95,6 +95,11 @@ namespace Discord
|
||||
/// </summary>
|
||||
int? ApproximateGuildCount { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the approximate count of the users the application was added to. <see langword="null" /> if not returned.
|
||||
/// </summary>
|
||||
int? ApproximateUserInstallCount { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the application's discoverability state.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user