Skip to content
Snippets Groups Projects
Commit f28f8330 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Updated models

parent 33f58f67
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@ package io.elixxir.xxclient.models
data class GroupReport(
val id: ByteArray,
val roundIds: List<Long>,
val rounds: List<Long>,
val roundUrl: String,
val status: Long
) : BindingsModel
\ No newline at end of file
package io.elixxir.xxclient.models
data class GroupSendReport(
val roundId: Long,
val rounds: List<Long>,
val roundUrl: String,
val timestamp: Long,
val messageId: ByteArray
)
\ No newline at end of file
val messageId: ByteArray,
) : BindingsModel
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment