Channels

Fetch a channel

Retrieves the channel object including metadata, member list, and settings. Requires the user to be a member of the channel with view permissions.

get/channels/{channel_id}

Path parameters

string snowflake required
OR
integer required

The ID of the channel

Response

Success

idstring snowflake required
guild_idstring snowflake
namestring nullable

The name of the channel

topicstring nullable

The topic of the channel

urlstring uri nullable

The URL associated with the channel

iconstring nullable

The icon hash of the channel (for group DMs)

owner_idstring snowflake
type0 | 1 | 2 | 3 | 4 | 998 | 999 required

The type of the channel

positioninteger
parent_idstring snowflake
bitrateinteger
user_limitinteger
voice_connection_limitinteger
rtc_regionstring nullable

The voice region ID for the voice channel

last_message_idstring snowflake
last_pin_timestampstring date-time nullable

The ISO 8601 timestamp of when the last pinned message was pinned

nsfwboolean

Whether the channel is marked as NSFW (effective value, walking channel → category → guild)

nsfw_overrideboolean nullable

Per-channel adult-content override; null means inherit from parent category and then guild. Categories use this same field as their own override.

content_warning_level0 | 1

The content warning level for a guild, category, or channel

content_warning_textstring nullable

Custom channel content warning text (max 200 characters); null inherits from parent or guild

rate_limit_per_userinteger
nicksobject

Custom nicknames for users in this channel (for group DMs)

Changes

Changed in 5 of the 21 revisions of this API.732231

    • ▲

      the response property became nullable for the status

      response-property-became-nullable

  • dd0ad4ea1c8867See the full diff
    • ▲

      the response property became nullable for the status

      response-property-became-nullable

    • ▲

      the response property became nullable for the status

      response-property-became-nullable

    • ▲

      the response property // became nullable for the status

      response-property-became-nullable

    • ▲

      the response property // became nullable for the status

      response-property-became-nullable

    • ▲

      the response property became nullable for the status

      response-property-became-nullable

    • ▲

      the response property became nullable for the status

      response-property-became-nullable

    • ○

      response property icon list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • ○

      response property nsfw_override list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • ○

      response property recipients/items/avatar list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • ○

      response property recipients/items/global_name list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • ○

      response property rtc_region list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • ○

      response property topic list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • ○

      the / response's property pattern was changed from ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$ to ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:\.\d+)?(?:Z))$ for the status

      response-property-pattern-changed

  • a52a2cf49d9b32200See the full diff
    • ●

      added the new IP_BAN_DECLINED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new IP_BAN_DECLINED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new IP_BAN_DECLINED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new IP_BAN_DECLINED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_COUNTRY_NOT_SUPPORTED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_COUNTRY_NOT_SUPPORTED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_COUNTRY_NOT_SUPPORTED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_COUNTRY_NOT_SUPPORTED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_GATE_ESCAPE_UNAVAILABLE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_GATE_ESCAPE_UNAVAILABLE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_GATE_ESCAPE_UNAVAILABLE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_GATE_ESCAPE_UNAVAILABLE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_INBOUND_VERIFICATION_REQUIRED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_INBOUND_VERIFICATION_REQUIRED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_INBOUND_VERIFICATION_REQUIRED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_INBOUND_VERIFICATION_REQUIRED enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_LOOKUP_UNAVAILABLE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_LOOKUP_UNAVAILABLE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_LOOKUP_UNAVAILABLE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_LOOKUP_UNAVAILABLE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_NUMBER_NOT_IN_SERVICE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_NUMBER_NOT_IN_SERVICE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_NUMBER_NOT_IN_SERVICE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_NUMBER_NOT_IN_SERVICE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_NUMBER_NOT_MOBILE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_NUMBER_NOT_MOBILE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_NUMBER_NOT_MOBILE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_NUMBER_NOT_MOBILE enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_VERIFICATION_NEEDS_REVIEW enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_VERIFICATION_NEEDS_REVIEW enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_VERIFICATION_NEEDS_REVIEW enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new PHONE_VERIFICATION_NEEDS_REVIEW enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      removed the ACCOUNT_DISABLED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ACCOUNT_DISABLED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ACCOUNT_DISABLED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ACCOUNT_DISABLED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ACCOUNT_SCHEDULED_FOR_DELETION enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ACCOUNT_SCHEDULED_FOR_DELETION enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ACCOUNT_SCHEDULED_FOR_DELETION enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ACCOUNT_SCHEDULED_FOR_DELETION enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the AGE_VERIFICATION_INVALID_CARD_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the AGE_VERIFICATION_INVALID_CARD_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the AGE_VERIFICATION_INVALID_CARD_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the AGE_VERIFICATION_INVALID_CARD_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the APPLICATION_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the APPLICATION_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the APPLICATION_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the APPLICATION_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the AUDIT_LOG_INDEXING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the AUDIT_LOG_INDEXING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the AUDIT_LOG_INDEXING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the AUDIT_LOG_INDEXING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the BLUESKY_OAUTH_SESSION_EXPIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the BLUESKY_OAUTH_SESSION_EXPIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the BLUESKY_OAUTH_SESSION_EXPIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the BLUESKY_OAUTH_SESSION_EXPIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the BOT_APPLICATION_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the BOT_APPLICATION_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the BOT_APPLICATION_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the BOT_APPLICATION_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CANNOT_MODIFY_VOICE_STATE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CANNOT_MODIFY_VOICE_STATE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CANNOT_MODIFY_VOICE_STATE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CANNOT_MODIFY_VOICE_STATE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CHANNEL_INDEXING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CHANNEL_INDEXING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CHANNEL_INDEXING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CHANNEL_INDEXING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CONNECTION_INVALID_IDENTIFIER enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CONNECTION_INVALID_IDENTIFIER enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CONNECTION_INVALID_IDENTIFIER enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CONNECTION_INVALID_IDENTIFIER enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CREATION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CREATION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CREATION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the CREATION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DECRYPTION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DECRYPTION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DECRYPTION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DECRYPTION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DISCOVERY_DESCRIPTION_REQUIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DISCOVERY_DESCRIPTION_REQUIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DISCOVERY_DESCRIPTION_REQUIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DISCOVERY_DESCRIPTION_REQUIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DISCOVERY_INVALID_CATEGORY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DISCOVERY_INVALID_CATEGORY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DISCOVERY_INVALID_CATEGORY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DISCOVERY_INVALID_CATEGORY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DONOR_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DONOR_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DONOR_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the DONOR_NOT_FOUND enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EMPTY_ENCRYPTED_BODY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EMPTY_ENCRYPTED_BODY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EMPTY_ENCRYPTED_BODY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EMPTY_ENCRYPTED_BODY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ENCRYPTION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ENCRYPTION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ENCRYPTION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the ENCRYPTION_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EU_WITHDRAWAL_WAIVER_REQUIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EU_WITHDRAWAL_WAIVER_REQUIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EU_WITHDRAWAL_WAIVER_REQUIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the EU_WITHDRAWAL_WAIVER_REQUIRED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the GUILD_TEMPLATE_FETCH_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the GUILD_TEMPLATE_FETCH_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the GUILD_TEMPLATE_FETCH_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the GUILD_TEMPLATE_FETCH_FAILED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the HTTP_GET_AUTHORIZE_NOT_SUPPORTED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the HTTP_GET_AUTHORIZE_NOT_SUPPORTED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the HTTP_GET_AUTHORIZE_NOT_SUPPORTED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the HTTP_GET_AUTHORIZE_NOT_SUPPORTED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INSTANCE_VERSION_MISMATCH enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INSTANCE_VERSION_MISMATCH enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INSTANCE_VERSION_MISMATCH enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INSTANCE_VERSION_MISMATCH enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_CLIENT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_CLIENT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_CLIENT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_CLIENT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_CLIENT_SECRET enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_CLIENT_SECRET enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_CLIENT_SECRET enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_CLIENT_SECRET enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_DECRYPTED_JSON enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_DECRYPTED_JSON enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_DECRYPTED_JSON enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_DECRYPTED_JSON enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_EPHEMERAL_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_EPHEMERAL_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_EPHEMERAL_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_EPHEMERAL_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_GRANT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_GRANT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_GRANT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_GRANT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_IV enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_IV enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_IV enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_IV enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_REDIRECT_URI enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_REDIRECT_URI enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_REDIRECT_URI enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_REDIRECT_URI enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_RESPONSE_TYPE_FOR_NON_BOT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_RESPONSE_TYPE_FOR_NON_BOT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_RESPONSE_TYPE_FOR_NON_BOT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_RESPONSE_TYPE_FOR_NON_BOT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_SCOPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_SCOPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_SCOPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_SCOPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_SUDO_TOKEN enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_SUDO_TOKEN enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_SUDO_TOKEN enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the INVALID_SUDO_TOKEN enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the IP_BANNED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the IP_BANNED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the IP_BANNED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the IP_BANNED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_ANIMATED_EMOJIS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_ANIMATED_EMOJIS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_ANIMATED_EMOJIS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_ANIMATED_EMOJIS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_PINS_PER_CHANNEL enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_PINS_PER_CHANNEL enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_PINS_PER_CHANNEL enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_PINS_PER_CHANNEL enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_WEBHOOKS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_WEBHOOKS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_WEBHOOKS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MAX_WEBHOOKS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MESSAGE_TOTAL_ATTACHMENT_SIZE_TOO_LARGE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MESSAGE_TOTAL_ATTACHMENT_SIZE_TOO_LARGE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MESSAGE_TOTAL_ATTACHMENT_SIZE_TOO_LARGE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MESSAGE_TOTAL_ATTACHMENT_SIZE_TOO_LARGE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_CLIENT_SECRET enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_CLIENT_SECRET enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_CLIENT_SECRET enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_CLIENT_SECRET enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_EPHEMERAL_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_EPHEMERAL_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_EPHEMERAL_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_EPHEMERAL_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_IV enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_IV enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_IV enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_IV enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_OAUTH_FIELDS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_OAUTH_FIELDS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_OAUTH_FIELDS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_OAUTH_FIELDS enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_REDIRECT_URI enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_REDIRECT_URI enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_REDIRECT_URI enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the MISSING_REDIRECT_URI enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NEW_ACCOUNT_GUILD_JOIN_RATE_LIMITED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NEW_ACCOUNT_GUILD_JOIN_RATE_LIMITED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NEW_ACCOUNT_GUILD_JOIN_RATE_LIMITED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NEW_ACCOUNT_GUILD_JOIN_RATE_LIMITED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NOT_OWNER_OF_ADMIN_API_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NOT_OWNER_OF_ADMIN_API_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NOT_OWNER_OF_ADMIN_API_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NOT_OWNER_OF_ADMIN_API_KEY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NO_VISIONARY_SLOTS_AVAILABLE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NO_VISIONARY_SLOTS_AVAILABLE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NO_VISIONARY_SLOTS_AVAILABLE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NO_VISIONARY_SLOTS_AVAILABLE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PASSKEYS_DISABLED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PASSKEYS_DISABLED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PASSKEYS_DISABLED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the PASSKEYS_DISABLED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the REDIRECT_URI_REQUIRED_FOR_NON_BOT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the REDIRECT_URI_REQUIRED_FOR_NON_BOT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the REDIRECT_URI_REQUIRED_FOR_NON_BOT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the REDIRECT_URI_REQUIRED_FOR_NON_BOT enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the STREAM_THUMBNAIL_PAYLOAD_EMPTY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the STREAM_THUMBNAIL_PAYLOAD_EMPTY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the STREAM_THUMBNAIL_PAYLOAD_EMPTY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the STREAM_THUMBNAIL_PAYLOAD_EMPTY enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the STRIPE_SUBSCRIPTION_PERIOD_END_MISSING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the STRIPE_SUBSCRIPTION_PERIOD_END_MISSING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the STRIPE_SUBSCRIPTION_PERIOD_END_MISSING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the STRIPE_SUBSCRIPTION_PERIOD_END_MISSING enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the UNFURL_STREAM_TOO_LARGE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the UNFURL_STREAM_TOO_LARGE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the UNFURL_STREAM_TOO_LARGE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the UNFURL_STREAM_TOO_LARGE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the UNSUPPORTED_RESPONSE_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the UNSUPPORTED_RESPONSE_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the UNSUPPORTED_RESPONSE_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the UNSUPPORTED_RESPONSE_TYPE enum value from the response property for the response status

      response-property-enum-value-removed

    This revision's changelog hit the recording limit, so it may not list every change to this endpoint.

    • ○

      removed the NSFW_EMOJI_STICKER_BLOCKED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NSFW_EMOJI_STICKER_BLOCKED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NSFW_EMOJI_STICKER_BLOCKED enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      removed the NSFW_EMOJI_STICKER_BLOCKED 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 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

Of the 21 revisions, 2 have no diff computed.