matrix-spec/event-schemas/examples/m.room.message#m.location

23 lines
542 B
Plaintext
Raw Normal View History

{
"age": 146,
"content": {
"body": "Big Ben, London, UK",
"geo_uri": "geo:51.5008,0.1247",
2016-11-07 15:31:29 +01:00
"info": {
"thumbnail_url": "mxc://localhost/FHyPlCeYUSFFxlgbQYZmoEoe",
"thumbnail_info": {
"mimetype": "image/jpeg",
"size": 46144,
"w": 300,
"h": 300
}
},
"msgtype": "m.location"
},
"event_id": "$143273582443PhrSn:localhost",
"origin_server_ts": 1432735824653,
"room_id": "!jEsUZKDJdhlrceRyVU:localhost",
"type": "m.room.message",
2015-12-01 18:23:58 +01:00
"sender": "@example:localhost"
2016-11-07 15:32:48 +01:00
}