mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-09 20:03:04 +02:00
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
export type M_Room_Message_content = {
|
|
msgtype: "m.text"
|
|
body: string
|
|
formatted_body?: "org.matrix.custom.html"
|
|
format?: string
|
|
}
|