discord-client/parcel/mockup/api-channels.json

28 lines
656 B
JSON

[
{
"id": 0,
"link": "channel-1",
"label": "first channel",
"room": [
{ "rid": 0, "type": "text", "name": "general" },
{ "rid": 1, "type": "text", "name": "test-text" },
{ "rid": 2, "type": "voice", "name": "general" },
{ "rid": 3, "type": "voice", "name": "test-voice" }
]
},
{
"id": 1,
"link": "common-channel",
"label": "Common Channel",
"room": [
{ "rid": 11, "type": "text", "name": "general common" },
{ "rid": 12, "type": "text", "name": "common" },
{ "rid": 13, "type": "voice", "name": "general common" },
{ "rid": 14, "type": "voice", "name": "common" }
]
}
]