getHistoryAttachments<T> method

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

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);