Toggle menu
868
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.



Groups_getUserCount

Get number users of groups

Syntax

Groups_getUserCount (array groupsRId);

Arguments

groupsRId: array. Array of groups resource Id

Return type

Dictionary

Example

array groupsRId = {15569488, 15569686, 15569952, 15569953};
Groups_getUserCount(groupsRId);
//{"15569488": 0, "15569686": 4, "15569952": 4, "15569953": 4}