We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c52d23 commit c453b4fCopy full SHA for c453b4f
lagrange/client/client.py
@@ -343,7 +343,7 @@ async def get_grp_msg(
343
return [*filter(lambda msg: msg.rand != -1, rsp)]
344
return rsp
345
346
- async def get_friend_list(self):
+ async def get_friend_list(self) -> List[BotFriend]:
347
nextuin_cache: List[GetFriendListUin] = []
348
rsp: List[BotFriend] = []
349
frist_send = GetFriendListRsp.decode(
0 commit comments