matrix-spec/data/event-schemas/examples/m.recent_emoji.yaml

17 lines
250 B
YAML
Raw Normal View History

{
"$ref": "core/event.json",
"type": "m.recent_emoji",
"content": {
"recent_emoji": [{
"emoji": "🤔",
"total": 19
}, {
"emoji": "👍",
"total": 7
}, {
"emoji": "😅",
"total": 84
}]
}
}