Update to Labs 3.5.0 (#1971)
* Merge https://github.com/Discord-Net-Labs/Discord.Net-Labs into patch/labs3.5.0 * Add missing periods
This commit is contained in:
@@ -20,14 +20,17 @@ namespace Discord.API
|
||||
public bool BotRequiresCodeGrant { get; set; }
|
||||
[JsonProperty("install_params")]
|
||||
public Optional<InstallParams> InstallParams { get; set; }
|
||||
|
||||
[JsonProperty("team")]
|
||||
public Team Team { get; set; }
|
||||
|
||||
[JsonProperty("flags"), Int53]
|
||||
public Optional<ApplicationFlags> Flags { get; set; }
|
||||
[JsonProperty("owner")]
|
||||
public Optional<User> Owner { get; set; }
|
||||
[JsonProperty("tags")]
|
||||
public Optional<string[]> Tags { get; set; }
|
||||
[JsonProperty("terms_of_service_url")]
|
||||
public string TermsOfService { get; set; }
|
||||
[JsonProperty("privacy_policy_url")]
|
||||
public string PrivacyPolicy { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user