def get_friends(update=False):
''' fetch friends list
for options
- update: if not set, local value will be returned
for results
- a list of friends' info dicts will be returned
it is defined in components/contact.py
'''
return itchat.get_friends(update)
评论列表
文章目录