wxpy
wxpy copied to clipboard
怎样获取群聊所有成员
from wxpy import * bot = Bot(cache_path=True)
groups = bot.groups().search('群名')[0] for member in groups: print(member)
groups = bot.groups().search('19尔雅吃胖胖')[0]
Traceback (most recent call last):
File "