|
@@ -140,20 +140,21 @@ namespace Discord |
|
|
/// welcome messages are sent; <c>null</c> if none is set. |
|
|
/// welcome messages are sent; <c>null</c> if none is set. |
|
|
/// </returns> |
|
|
/// </returns> |
|
|
ulong? SystemChannelId { get; } |
|
|
ulong? SystemChannelId { get; } |
|
|
<<<<<<< HEAD |
|
|
|
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Gets the ID of the user that owns this guild. |
|
|
/// Gets the ID of the user that owns this guild. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
/// <returns> |
|
|
/// <returns> |
|
|
/// A <see cref="ulong"/> representing the snowflake identifier of the user that owns this guild. |
|
|
/// A <see cref="ulong"/> representing the snowflake identifier of the user that owns this guild. |
|
|
/// </returns> |
|
|
/// </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; } |
|
|
ulong OwnerId { get; } |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
|
|
|
/// Gets the application id of the guild creator if it is bot-created. |
|
|
|
|
|
/// </summary> |
|
|
|
|
|
/// <returns> |
|
|
|
|
|
/// A <see cref="ulong"/> representing the snowflake identifier of the application Id that created this guild, or <c>null</c> if it was not bot-created. |
|
|
|
|
|
/// </returns> |
|
|
|
|
|
ulong? ApplicationId { get; } |
|
|
|
|
|
/// <summary> |
|
|
/// Gets the ID of the region hosting this guild's voice channels. |
|
|
/// Gets the ID of the region hosting this guild's voice channels. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
/// <returns> |
|
|
/// <returns> |
|
|