Outgoing Key Request
data class OutgoingKeyRequest(var requestBody: RoomKeyRequestBody?, val recipients: Map<String, List<String>>, val fromIndex: Int, val requestId: String, val state: OutgoingRoomKeyRequestState, val results: List<RequestReply>)
Constructors
Link copied to clipboard
constructor(requestBody: RoomKeyRequestBody?, recipients: Map<String, List<String>>, fromIndex: Int, requestId: String, state: OutgoingRoomKeyRequestState, results: List<RequestReply>)