|
|
@@ -24,7 +24,7 @@ namespace Discord.Rest |
|
|
|
/// </summary> |
|
|
|
/// <returns> |
|
|
|
/// An <see cref="int"/> representing the amount of days that a member must have been seen in the server, |
|
|
|
/// to avoid being kicked. (i.e. If a user has not been seen for more than PruneDays, they will be |
|
|
|
/// to avoid being kicked. (i.e. If a user has not been seen for more than <paramref cref="PruneDays"/>, they will be |
|
|
|
/// kicked from the server) |
|
|
|
/// </returns> |
|
|
|
public int PruneDays { get; } |
|
|
@@ -33,7 +33,7 @@ namespace Discord.Rest |
|
|
|
/// </summary> |
|
|
|
/// <returns> |
|
|
|
/// An <see cref="int"/> representing the number of members that were removed from this guild for having |
|
|
|
/// not been seen within PruneDays. |
|
|
|
/// not been seen within <paramref cref="PruneDays"/>. |
|
|
|
/// </returns> |
|
|
|
public int MembersRemoved { get; } |
|
|
|
} |
|
|
|