Commit 1fc0ee59 authored by Him188's avatar Him188

Add names

parent a9502957
......@@ -54,7 +54,11 @@ internal object TroopManagement {
}
}
object Response : Packet
object Response : Packet {
override fun toString(): String {
return "Response(Mute)"
}
}
}
......@@ -64,7 +68,11 @@ internal object TroopManagement {
val allowMemberInvite: Boolean,
val autoApprove: Boolean,
val confessTalk: Boolean
) : Packet
) : Packet {
override fun toString(): String {
return "Response(GroupInfo)"
}
}
operator fun invoke(
client: QQAndroidClient,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment