|
|
@@ -1,3 +1,5 @@ |
|
|
|
using System; |
|
|
|
|
|
|
|
namespace Discord |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
@@ -18,9 +20,11 @@ namespace Discord |
|
|
|
/// Gets or sets the slow-mode ratelimit in seconds for this channel. |
|
|
|
/// </summary> |
|
|
|
/// <remarks> |
|
|
|
/// Setting this value to <c>0</c> will disable slow-mode for this channel. |
|
|
|
/// Setting this value to anything above zero will require each user to wait X amount of second before |
|
|
|
/// sending another message; setting this value to <c>0</c> will disable slow-mode for this channel. |
|
|
|
/// <note> |
|
|
|
/// Users with <see cref="Discord.ChannelPermission.ManageMessages" /> will be exempt from slow-mode. |
|
|
|
/// Users with <see cref="Discord.ChannelPermission.ManageMessages"/> or |
|
|
|
/// <see cref="ChannelPermission.ManageChannels"/> will be exempt from slow-mode. |
|
|
|
/// </note> |
|
|
|
/// </remarks> |
|
|
|
/// <exception cref="ArgumentOutOfRangeException">Thrown if the value does not fall within [0, 120].</exception> |
|
|
|