getChat<T> method

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

Возвращает информацию о беседе.

Implementation

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