24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"name": "Default",
|
|
"quickReplyEnabled": true,
|
|
"quickReplySlots": [
|
|
{
|
|
"mes": "/?",
|
|
"label": "HELP",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"mes": "/newchat",
|
|
"label": "New Chat",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"mes": "/bgcol",
|
|
"label": "Match UI to Background",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"numberOfSlots": 3,
|
|
"selectedPreset": "Default"
|
|
}
|