|
|
@ -52,8 +52,8 @@ class ClosedGroupControlMessage() : ControlMessage() {
|
|
|
|
class MembersRemoved(var members: List<ByteString>) : Kind() {
|
|
|
|
class MembersRemoved(var members: List<ByteString>) : Kind() {
|
|
|
|
internal constructor(): this(listOf())
|
|
|
|
internal constructor(): this(listOf())
|
|
|
|
}
|
|
|
|
}
|
|
|
|
class MemberLeft : Kind()
|
|
|
|
class MemberLeft() : Kind()
|
|
|
|
class EncryptionKeyPairRequest: Kind()
|
|
|
|
class EncryptionKeyPairRequest(): Kind()
|
|
|
|
|
|
|
|
|
|
|
|
val description: String = run {
|
|
|
|
val description: String = run {
|
|
|
|
when(this) {
|
|
|
|
when(this) {
|
|
|
|