setLongPollSettings<T> method
Sets Long Poll notification settings
Implementation
Future<ApiResponse<T>> setLongPollSettings<T>(Map<String, Object> params) =>
_api.request<T>('groups.setLongPollSettings', params);
Sets Long Poll notification settings
Future<ApiResponse<T>> setLongPollSettings<T>(Map<String, Object> params) =>
_api.request<T>('groups.setLongPollSettings', params);