DevPortal

Tag: groups

New HTTP API command: listgroups_extended

We’ve added a new HTTP API command, listgroups_extended. This command allows retrieving additional bot’s groups details: group fee amount, bot’s permissions and free-to-join status. { “action”: “listgroups_extended”, “result”: “OK”, “groups”: [ { “name”: “Earn2Life – earn L$500-1000 a day”, “uuid”: “41ff4c6b-e3c0-a2b9-f53b-797e78532374”, “fee”: “0”, “open”: 0, “permissions”: “Invite,Eject,MemberVisible” } ] } P.S. This is the first API command…