Skip to content

Commit 49ba4ee

Browse files
Raise the roof
1 parent 7f99239 commit 49ba4ee

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Raised Component Limits"
3+
date: "2025-04-29"
4+
topics:
5+
- "User Apps"
6+
- "HTTP API"
7+
- "Interactions"
8+
---
9+
10+
We're raising the limits on components in messages!
11+
12+
#### What's New
13+
14+
- **Total components**: The limit for total components in a message has been increased to 40.
15+
- **Top-level components**: There is no longer a limit on top level components in a message (previously it was 10).
16+
17+
#### Developer Resources
18+
19+
- Check out our [Component Reference](/docs/components/reference) for detailed specifications on all available components.
20+
- Learn how to build rich message layouts with components with [Using Message Components](/docs/components/using-message-components).

docs/components/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use these components, you need to send the [message flag](/docs/resources/mes
1515
- The `content` and `embeds` fields will no longer work but you'll be able to use [Text Display](/docs/components/reference#text-display) and [Container](/docs/components/reference#container) as replacements
1616
- Attachments won't show by default - they must be exposed through components
1717
- The `poll` and `stickers` fields are disabled
18-
- Messages currently allow up to 10 top-level components and 30 total components
18+
- Messages allow up to 40 total components
1919

2020
:::info
2121
[Legacy component behavior](/docs/components/reference#legacy-message-component-behavior) will continue to work but provide less flexibility and control over the message layout.

0 commit comments

Comments
 (0)