Room Key Request Body
@JsonClass(generateAdapter = true )
Content copied to clipboard
Class representing an room key request body content.
Constructors
Link copied to clipboard
fun RoomKeyRequestBody( @Json(name = "algorithm" ) algorithm: String? = null, @Json(name = "room_id" ) roomId: String? = null, @Json(name = "sender_key" ) senderKey: String? = null, @Json(name = "session_id" ) sessionId: String? = null)
Content copied to clipboard