getLongPollSettings<T> method

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

Returns Long Poll notification settings

Implementation

Future<ApiResponse<T>> getLongPollSettings<T>(Map<String, Object> params) =>
    _api.request<T>('groups.getLongPollSettings', params);