mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-02 12:17:47 +02:00
16 lines
249 B
YAML
16 lines
249 B
YAML
{
|
|
"$ref": "core/event.json",
|
|
"type": "m.image_pack.rooms",
|
|
"content": {
|
|
"rooms": {
|
|
"!someroom:example.org": {
|
|
"": {}
|
|
},
|
|
"!anotherroom:example.org": {
|
|
"": {},
|
|
"sticker_pack": {}
|
|
}
|
|
}
|
|
}
|
|
}
|