- 1 Talk
-
API GetNumWhoResults
Get the number of entries resulting from your most recent /who query.
numWhos, totalCount = GetNumWhoResults();
Arguments
Edit
- None
Returns
Edit
- totalCount, numWhos
- totalCount
- Number - number of users matching the query
- numWhos
- Number - number of entries actually returned
Details
Edit
- This function only returns the last /who query results after the "WHO_LIST_UPDATE" event has fired.