atbuy
Results
1
issues of
atbuy
## Description of the problem Before updating to v2, I was able to use ```py room = {"id": "room id here"} group_info = client.fetchGroupInfo(room["id"]) participants = group_info[room["id"]].participants client.set_items(room["id"], participants) ```...