@@ -12,23 +12,24 @@ Components are a field on the [message object](#DOCS_RESOURCES_MESSAGE/message-o
1212
1313###### Component Types
1414
15- | Type | Name | Description | Version\* |
16- | ------| --------------------| ---------------------------------------------------| -----------|
17- | 1 | Action Row | Container for other components | 1, 2 |
18- | 2 | Button | Button object | 1, 2 |
19- | 3 | String Select | Select menu for picking from defined text options | 1, 2 |
20- | 4 | Text Input | Text input object | 1, 2 |
21- | 5 | User Select | Select menu for users | 1, 2 |
22- | 6 | Role Select | Select menu for roles | 1, 2 |
23- | 7 | Mentionable Select | Select menu for mentionables (users * and* roles) | 1, 2 |
24- | 8 | Channel Select | Select menu for channels | 1, 2 |
25- | 9 | Section | Section component | 2 |
26- | 10 | Text Display | Text display component | 2 |
27- | 11 | Thumbnail | Thumbnail component for a section component | 2 |
28- | 12 | Media Gallery | Media gallery component | 2 |
29- | 13 | File | File display component | 2 |
30- | 14 | Separator | Separator component | 2 |
31- | 17 | Container | Container for other components | 2 |
15+ | Type | Name | Description | Version\* |
16+ | ------| -------------------------| ---------------------------------------------------| -----------|
17+ | 1 | Action Row | Container for other components | 1, 2 |
18+ | 2 | Button | Button object | 1, 2 |
19+ | 3 | String Select | Select menu for picking from defined text options | 1, 2 |
20+ | 4 | Text Input | Text input object | 1, 2 |
21+ | 5 | User Select | Select menu for users | 1, 2 |
22+ | 6 | Role Select | Select menu for roles | 1, 2 |
23+ | 7 | Mentionable Select | Select menu for mentionables (users * and* roles) | 1, 2 |
24+ | 8 | Channel Select | Select menu for channels | 1, 2 |
25+ | 9 | Section | Section component | 2 |
26+ | 10 | Text Display | Text display component | 2 |
27+ | 11 | Thumbnail | Thumbnail component for a section component | 2 |
28+ | 12 | Media Gallery | Media gallery component | 2 |
29+ | 13 | File | File display component | 2 |
30+ | 14 | Separator | Separator component | 2 |
31+ | 16 | Content Inventory Entry | Cannot be used by bots | 1, 2 |
32+ | 17 | Container | Container for other components | 2 |
3233
3334\* Using ` v2 ` components requires setting the [ message flag] ( #DOCS_RESOURCES_MESSAGE/message-object-message-flags ) ` 1 << 15 ` .
3435
0 commit comments