|
|
@@ -20,7 +20,7 @@ namespace Discord |
|
|
|
/// <summary> Gets the level of requirements a user must fulfill before being allowed to post messages in this guild. </summary> |
|
|
|
VerificationLevel VerificationLevel { get; } |
|
|
|
/// <summary> Gets the level of content filtering applied to user's content in a Guild. </summary> |
|
|
|
ExplicitContentFilterLevel ExplicitContentFilterLevel { get; } |
|
|
|
ExplicitContentFilterLevel ExplicitContentFilter { get; } |
|
|
|
/// <summary> Returns the id of this guild's icon, or null if one is not set. </summary> |
|
|
|
string IconId { get; } |
|
|
|
/// <summary> Returns the url to this guild's icon, or null if one is not set. </summary> |
|
|
@@ -40,6 +40,8 @@ namespace Discord |
|
|
|
ulong? EmbedChannelId { get; } |
|
|
|
/// <summary> Gets the id of the channel where randomized welcome messages are sent, or null if not. </summary> |
|
|
|
ulong? SystemChannelId { get; } |
|
|
|
/// <summary> Gets the application id of the guild creator if it is bot-created. </summary> |
|
|
|
ulong? ApplicationId { get; } |
|
|
|
/// <summary> Gets the id of the user that created this guild. </summary> |
|
|
|
ulong OwnerId { get; } |
|
|
|
/// <summary> Gets the id of the region hosting this guild's voice channels. </summary> |
|
|
|