|
|
@@ -52,6 +52,8 @@ namespace Discord |
|
|
|
/// The level of requirements. |
|
|
|
/// </returns> |
|
|
|
VerificationLevel VerificationLevel { get; } |
|
|
|
/// <summary> Gets the level of content filtering applied to user's content in a Guild. </summary> |
|
|
|
ExplicitContentFilterLevel ExplicitContentFilter { get; } |
|
|
|
/// <summary> |
|
|
|
/// Gets the ID of this guild's icon. |
|
|
|
/// </summary> |
|
|
@@ -133,12 +135,18 @@ namespace Discord |
|
|
|
/// welcome messages are sent; <c>null</c> if none is set. |
|
|
|
/// </returns> |
|
|
|
ulong? SystemChannelId { get; } |
|
|
|
<<<<<<< HEAD |
|
|
|
/// <summary> |
|
|
|
/// Gets the ID of the user that owns this guild. |
|
|
|
/// </summary> |
|
|
|
/// <returns> |
|
|
|
/// A <see cref="ulong"/> representing the snowflake identifier of the user that owns this guild. |
|
|
|
/// </returns> |
|
|
|
======= |
|
|
|
/// <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> |
|
|
|
>>>>>>> Implement ApplicationId in Guild model |
|
|
|
ulong OwnerId { get; } |
|
|
|
/// <summary> |
|
|
|
/// Gets the ID of the region hosting this guild's voice channels. |
|
|
|