getLongPollServer<T> method

Future<ApiResponse<T>> getLongPollServer<T>(
  1. Map<String, Object> params
)

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);