RoomKeyWithHeldContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
Class representing an sharekey content.
Constructors
Link copied to clipboard
fun RoomKeyWithHeldContent( @Json(name = "room_id") roomId: String? = null, @Json(name = "algorithm") algorithm: String? = null, @Json(name = "session_id") sessionId: String? = null, @Json(name = "sender_key") senderKey: String? = null, @Json(name = "code") codeString: String? = null, @Json(name = "reason") reason: String? = null, @Json(name = "from_device") fromDevice: String? = null)
Content copied to clipboard