From 3dffaeec721c694d1a4d5d784c6d92915bb39af1 Mon Sep 17 00:00:00 2001 From: Pablo <79182286+Yareaj@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:28:45 -0500 Subject: [PATCH] feat: add character length for a button url --- docs/interactions/Message_Components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.