getLongPollServer<T> method

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

Returns data required for connection to a Long Poll server.

Implementation

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