100% found this document useful (1 vote)
386 views3 pages

Blooket Cheat Components V2 Guide

The document outlines a structured format for various media and content types, including sections with images, buttons, and dividers. Each component is designed to hold specific content or media, with placeholders indicating where to replace with actual data. The document serves as a template for organizing multimedia content effectively.

Uploaded by

Khan Baba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
386 views3 pages

Blooket Cheat Components V2 Guide

The document outlines a structured format for various media and content types, including sections with images, buttons, and dividers. Each component is designed to hold specific content or media, with placeholders indicating where to replace with actual data. The document serves as a template for organizing multimedia content effectively.

Uploaded by

Khan Baba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

[

{
"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

]
}
]

You might also like