Skip to content

Commit f935d48

Browse files
committed
update limits
1 parent 6cbafcb commit f935d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/interactions/Message_Components.md

Lines changed: 2 additions & 2 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
@@ -832,7 +832,7 @@ Media gallery components allow you to group images, videos or gifs into a galler
832832
| Field | Type | Description |
833833
|--------------|------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|
834834
| 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` |
835+
| description? | ?string | Description for the gallery item (max 256 characters). Defaults to `null` |
836836
| spoiler? | boolean | Whether the gallery item is a spoiler. Defaults to `false` |
837837

838838
## File Components

0 commit comments

Comments
 (0)