getHistoryAttachments<T> method
Returns media files from the dialog or group chat.
Implementation
Future<ApiResponse<T>> getHistoryAttachments<T>(Map<String, Object> params) =>
_api.request<T>('messages.getHistoryAttachments', params);