mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-17 09:15:06 +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 {
|
class Response(val result: Int, val strangerList: List<Oidb0x5d2.FriendEntry>) : Packet {
|
||||||
override fun toString(): String {
|
override fun toString(): String {
|
||||||
return "StrangerList.GetStrangerList(result=$result)"
|
return "StrangerList.GetStrangerList.Response(result=$result)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user