mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-29 10:00:13 +08:00
StrangerList.GetStrangerList.Response
This commit is contained in:
parent
073666e9f7
commit
ca694e217b
@ -32,7 +32,7 @@ internal class StrangerList {
|
||||
|
||||
class Response(val result: Int, val strangerList: List<Oidb0x5d2.FriendEntry>) : Packet {
|
||||
override fun toString(): String {
|
||||
return "StrangerList.GetStrangerList(result=$result)"
|
||||
return "StrangerList.GetStrangerList.Response(result=$result)"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user