You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
340 B
YAML
12 lines
340 B
YAML
6 years ago
|
{
|
||
|
"$ref": "core/room_event.json",
|
||
|
"type": "m.room.message",
|
||
|
"content": {
|
||
|
"body": "Human-readable message to explain the notice",
|
||
|
"msgtype": "m.server_notice",
|
||
|
"server_notice_type": "m.server_notice.usage_limit_reached",
|
||
|
"admin_contact": "mailto:server.admin@example.org",
|
||
|
"limit_type": "monthly_active_user"
|
||
|
}
|
||
|
}
|