mtx::events::msg::Location struct

Content of m.room.message with msgtype m.image.

Public variables

std::string body
Required. A description of the location e.g. 'Big Ben, London, UK', or some kind of content description for accessibility e.g. 'location attachment'.
std::string geo_uri
Required. A geo URI representing this location.
mtx::common::LocationInfo info
A thumbnail for this location.
mtx::common::Relations relations
Relates to for rich replies.
std::optional<mtx::common::Mentions> mentions
Mentioned users by this event.