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

channel_idstring snowflake required

The ID of the channel

Response

Success

rate_limit_per_userinteger required

The configured slowmode interval in seconds (0 if disabled)

retry_after_msinteger required

Milliseconds the current user must wait before sending the next message (0 if allowed now)

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

Changed in 1 of the 3 revisions of this API.20

    • removed the INVALID_PACK_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INVALID_PACK_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INVALID_PACK_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INVALID_PACK_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MAX_PACKS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MAX_PACKS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MAX_PACKS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MAX_PACKS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MAX_PACK_EXPRESSIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MAX_PACK_EXPRESSIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MAX_PACK_EXPRESSIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MAX_PACK_EXPRESSIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PACK_ACCESS_DENIED enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PACK_ACCESS_DENIED enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PACK_ACCESS_DENIED enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PACK_ACCESS_DENIED enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the UNKNOWN_PACK enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the UNKNOWN_PACK enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the UNKNOWN_PACK enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the UNKNOWN_PACK enum value from the response property for the response status

      response-property-enum-value-removed

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog