[
{
"type": 17,
"components": [
// Section with Media
{
"id": 1,
"type": 9,
"components": [
{
"id": 2,
"type": 10,
"content": "REPLACE"
},
{
"id": 3,
"type": 10,
"content": "REPLACE"
}
],
"accessory": {
"id": 4,
"type": 11,
"media": {
"url": "REPLACE"
},
"description": "REPLACE",
"spoiler": false
}
}
// Section with Media
// Content with Image
{
"type": 9,
"components": [
{
"type": 10,
"content": "REPLACE"
}
],
"accessory": {
"type": 11,
"media": {
"url": "REPLACE"
},
"description": "REPLACE"
}
}
// Content with Image
// Content with button
{
"type": 9,
"components": [
{
"type": 10,
"content": "REPLACE"
}
],
"accessory": {
"type": 2,
"style": 5,
"label": "REPLACE",
"url": "REPLACE"
}
}
// Content with button
// Separator
{
"type": 14,
"divider": true,
"spacing": 2
}
// Separator
// Media
{
"type": 12,
"items": [
{
"media": {
"url": "REPLACE"
},
"description": "REPLACE",
"spoiler": false
}
]
}
// Media
// Multiple Media
{
"id": 1,
"type": 12,
"items": [
{
"media": {
"url": "REPLACE"
},
"description": "REPLACE",
"spoiler": false
},
{
"media": {
"url": "REPLACE"
},
"description": "REPLACE",
"spoiler": false
}
]
}
// Multiple Media
// Content
{
"type": 10,
"content": "REPLACE"
}
// Content
// Button Link
{
"type": 1,
"components": [
{
"type": 2,
"label": "REPLACE",
"style": 5,
"url": "REPLACE"
}
]
}
// Button Link
// Buttons
{
"type": 1,
"components": [
{
"type": 2,
"style": 2,
"label": "REPLACE",
"emoji": null,
"disabled": false,
"custom_id": "REPLACE"
},
{
"type": 2,
"style": 2,
"label": "REPLACE",
"emoji": null,
"disabled": false,
"custom_id": "REPLACE"
},
{
"type": 2,
"style": 2,
"label": "REPLACE",
"emoji": null,
"disabled": false,
"custom_id": "REPLACE"
}
]
}
// Buttons
]
}
]