Skip to content

Commit 47cfaaf

Browse files
committed
update limits
1 parent 6cbafcb commit 47cfaaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/interactions/Message_Components.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ A text display component allows you to send text.
778778
| id? | integer | Unique identifier for the component; auto populated through increment if not provided. |
779779
| type | integer | `11` for a thumbnail component |
780780
| media | [unfurled media item object](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/unfurled-media-item-object) | Media item for the thumbnail |
781-
| description? | ?string | Description for the thumbnail (max 1024 characters). Defaults to `null` |
781+
| description? | ?string | Description for the thumbnail (max 256 characters). Defaults to `null` |
782782
| spoiler? | boolean | Whether the thumbnail is a spoiler. Defaults to `false` |
783783

784784
## Media Galleries
@@ -829,11 +829,11 @@ Media gallery components allow you to group images, videos or gifs into a galler
829829

830830
###### Media Gallery Item Structure
831831

832-
| Field | Type | Description |
833-
|--------------|------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|
834-
| media | [unfurled media item object](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/unfurled-media-item-object) | Media item for the gallery |
835-
| description? | ?string | Description for the gallery item (max 1024 characters). Defaults to `null` |
836-
| spoiler? | boolean | Whether the gallery item is a spoiler. Defaults to `false` |
832+
| Field | Type | Description |
833+
|--------------|------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|
834+
| media | [unfurled media item object](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/unfurled-media-item-object) | Media item for the gallery |
835+
| description? | ?string | Description for the gallery item (max 256 characters). Defaults to `null` |
836+
| spoiler? | boolean | Whether the gallery item is a spoiler. Defaults to `false` |
837837

838838
## File Components
839839

0 commit comments

Comments
 (0)