Hi, I am working on a bot project. The request is using the bot as a reminder. Bot would be added to some chat rooms. If there are some meesges sent to the r...
one year ago
Here is my code to get room members async with SymphonyBdk(config) as bdk: streams = bdk.streams() members = await streams.list_room_members("") for i in mem...