Table of Contents

Enum SlowModeInterval

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the slow-mode ratelimit in seconds for an ITextChannel.

public enum SlowModeInterval

Fields

None = 0

Slow-mode is disabled.

_10 = 10

Each user needs to wait for 10 seconds before sending another message.

_120 = 120

Each user needs to wait for 2 minutes (120 seconds) before sending another message.

_15 = 15

Each user needs to wait for 15 seconds before sending another message.

_1800 = 1800

Each user needs to wait for 30 minutes (1800 seconds) before sending another message.

_21600 = 21600

Each user needs to wait for 6 hours (21600 seconds) before sending another message.

_30 = 30

Each user needs to wait for 30 seconds before sending another message.

_300 = 300

Each user needs to wait for 5 minutes (300 seconds) before sending another message.

_3600 = 3600

Each user needs to wait for 1 hour (3600 seconds) before sending another message.

_5 = 5

Each user needs to wait for 5 seconds before sending another message.

_60 = 60

Each user needs to wait for 1 minute (60 seconds) before sending another message.

_600 = 600

Each user needs to wait for 10 minutes (600 seconds) before sending another message.

_7200 = 7200

Each user needs to wait for 2 hours (7200 seconds) before sending another message.

_900 = 900

Each user needs to wait for 15 minutes (900 seconds) before sending another message.