getChat<T> method
Возвращает информацию о беседе.
Implementation
Future<ApiResponse<T>> getChat<T>(Map<String, Object> params) =>
_api.request<T>('messages.getChat', params);
Возвращает информацию о беседе.
Future<ApiResponse<T>> getChat<T>(Map<String, Object> params) =>
_api.request<T>('messages.getChat', params);