OlmPayloadContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
Class representing the OLM payload content.
Constructors
Link copied to clipboard
fun OlmPayloadContent( @Json(name = "room_id") roomId: String? = null, @Json(name = "sender") sender: String? = null, @Json(name = "recipient") recipient: String? = null, @Json(name = "recipient_keys") recipientKeys: Map<String, String>? = null, @Json(name = "keys") keys: Map<String, String>? = null)
Content copied to clipboard