{
"id": 831882252,
"bot_id": 2776468,
"name": "AdminInfo",
"created_at": "2025-10-27T09:30:35.787Z",
"updated_at": "2025-10-27T09:30:35.787Z",
"size": 1373,
"value": {
"title": "Example Admin Panel",
"description": "This panel demonstrates all available field types",
"index": 0,
"icon": "settings",
"button_title": "SAVE CONFIGURATION",
"on_saving": {
"command": "/on-admin-panel-save",
"user_id": 42470958
},
"fields": [
{
"name": "BOT_NAME",
"title": "Bot Name",
"description": "The display name of your bot",
"type": "string",
"placeholder": "My Awesome Bot",
"value": "My Bot",
"icon": "chatbubble"
},
{
"name": "API_SECRET",
"title": "API Secret Key",
"description": "Your secure API key (will be hidden)",
"type": "password",
"placeholder": "Enter your secret key",
"value": "",
"icon": "key"
},
{
"name": "MAX_USERS",
"title": "Maximum Users",
"description": "Maximum number of users allowed",
"type": "integer",
"placeholder": "1000",
"value": 500,
"icon": "people"
},
{
"name": "PRICE",
"title": "Product Price",
"description": "Price of your product (supports decimals)",
"type": "float",
"placeholder": "19.99",
"value": 9.99,
"icon": "pricetag"
},
{
"name": "IS_ACTIVE",
"title": "Bot Active",
"description": "Enable or disable the bot functionality",
"type": "checkbox",
"value": true,
"icon": "power"
},
{
"name": "WELCOME_MESSAGE",
"title": "Welcome Message",
"description": "Message sent to new users",
"type": "text",
"placeholder": "Enter your welcome message here...",
"value": "Hello! Welcome to our bot!",
"icon": "document-text"
}
]
},
"type": "active_option"
}