|
|
@@ -1,10 +1,7 @@ |
|
|
using Newtonsoft.Json; |
|
|
|
|
|
|
|
|
|
|
|
namespace Discord.API.Rest |
|
|
namespace Discord.API.Rest |
|
|
{ |
|
|
{ |
|
|
internal class GetInviteParams |
|
|
internal class GetInviteParams |
|
|
{ |
|
|
{ |
|
|
[JsonProperty("with_counts")] |
|
|
|
|
|
public Optional<bool?> WithCounts { get; set; } |
|
|
public Optional<bool?> WithCounts { get; set; } |
|
|
} |
|
|
} |
|
|
} |
|
|
} |