diff --git a/docs/interactions/Message_Components.md b/docs/interactions/Message_Components.md index f0c7c78644..de2290e166 100644 --- a/docs/interactions/Message_Components.md +++ b/docs/interactions/Message_Components.md @@ -96,7 +96,7 @@ Buttons are interactive components that render in messages. They can be clicked | emoji? | partial [emoji](#DOCS_RESOURCES_EMOJI/emoji-object) | `name`, `id`, and `animated` | | custom_id? | string | Developer-defined identifier for the button; max 100 characters | | sku_id? | snowflake | Identifier for a purchasable [SKU](#DOCS_RESOURCES_SKU/sku-object), only available when using premium-style buttons | -| url? | string | URL for link-style buttons | +| url? | string | URL for link-style buttons; max 512 characters | | disabled? | boolean | Whether the button is disabled (defaults to `false`) | Buttons come in a variety of styles to convey different types of actions. These styles also define what fields are valid for a button.