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

Updated models

parent 33f58f67
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ package io.elixxir.xxclient.models ...@@ -2,6 +2,7 @@ package io.elixxir.xxclient.models
data class GroupReport( data class GroupReport(
val id: ByteArray, val id: ByteArray,
val roundIds: List<Long>, val rounds: List<Long>,
val roundUrl: String,
val status: Long val status: Long
) : BindingsModel ) : BindingsModel
\ No newline at end of file
package io.elixxir.xxclient.models package io.elixxir.xxclient.models
data class GroupSendReport( data class GroupSendReport(
val roundId: Long, val rounds: List<Long>,
val roundUrl: String,
val timestamp: Long, val timestamp: Long,
val messageId: ByteArray val messageId: ByteArray,
) ) : BindingsModel
\ No newline at end of file \ 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