Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 380 Bytes

wiki.MD

File metadata and controls

11 lines (6 loc) · 380 Bytes

itchat.get_contact()[2]['MemberList'][0] 获取某人的信息 dict

itchat.get_contact()[3]['MemberList'][0]['NickName'] 获取某人ID

itchat.get_contact()[2]['MemberList'] 获取群聊所有人信息 list

itchat.get_contact()[2] 获取下标为2的群聊信息 dict

itchat.get_contact()[2]['UserName']获得群的ID

@@开头代表群 @开头代表一个好友