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>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun OutgoingKeyRequest( requestBody: RoomKeyRequestBody?, recipients: Map<String, List<String>>, fromIndex: Int, requestId: String, state: OutgoingRoomKeyRequestState, results: List<RequestReply>)
Content copied to clipboard