Channels

Fetch slowmode state

Returns the current slowmode rate-limit state for the calling user in this channel, including the configured interval and the time at which they are next allowed to send a message. Lets clients restore slowmode countdowns across devices without relying on local persistence.

get/channels/{channel_id}/slowmode

Path parameters

string snowflake required
OR
integer required

The ID of the channel

Response

Success

rate_limit_per_userinteger required
retry_after_msinteger required
next_send_allowed_atstring date-time nullable required

Absolute timestamp at which the current user is next allowed to send a message, or null if allowed now

can_bypassboolean required

Whether the current user has permission to bypass slowmode

Changes