getLongPollServer<T> method
Returns the data needed to query a Long Poll server for events
Implementation
Future<ApiResponse<T>> getLongPollServer<T>(Map<String, Object> params) =>
_api.request<T>('groups.getLongPollServer', params);