Is this something gomatrix should provide? At least some ```golang RelatesTo struct { InReplyTo struct { EventID string `json:"event_id"` } `json:"m.in_reply_to"` } `json:"m.relates_to"` ``` members in the structs and maybe some [GetHTMLMessage](https://godoc.org/github.com/matrix-org/gomatrix#GetHTMLMessage)-style function to generate [fallback](https://docs.google.com/document/d/1BPd4lBrooZrWe_3s_lHw_e-Dydvc7bXbm02_sV2k6Sc/edit)-containing reply bodies?
Is this something gomatrix should provide? At least some
members in the structs and maybe some GetHTMLMessage-style function to generate fallback-containing reply bodies?