OutgoingKeyRequest

fun OutgoingKeyRequest(    requestBody: RoomKeyRequestBody?,     recipients: Map<String, List<String>>,     fromIndex: Int,     requestId: String,     state: OutgoingRoomKeyRequestState,     results: List<RequestReply>)