matrix-spec/data/event-schemas/examples/m.sticker.yaml
Kévin Commaille 2fb428dfa7
Spec for MSC4230: Flag for animated images
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2026-03-04 10:53:25 +01:00

23 lines
485 B
YAML

{
"$ref": "core/room_event.json",
"type": "m.sticker",
"content": {
"body": "Landing",
"info": {
"mimetype": "image/png",
"thumbnail_info": {
"mimetype": "image/png",
"h": 200,
"w": 140,
"size": 73602,
"is_animated": true
},
"h": 200,
"thumbnail_url": "mxc://matrix.org/sHhqkFCvSkFwtmvtETOtKnLP",
"w": 140,
"size": 73602
},
"url": "mxc://matrix.org/sHhqkFCvSkFwtmvtETOtKnLP"
}
}