Message Default Content
fun MessageDefaultContent( @Json(name = "msgtype" ) msgType: String, @Json(name = "body" ) body: String, @Json(name = "m.relates_to" ) relatesTo: RelationDefaultContent? = null, @Json(name = "m.new_content" ) newContent: Content? = null)
Content copied to clipboard