reportComment<T> method
Reports (submits a complaint about) a comment on a photo.
Implementation
Future<ApiResponse<T>> reportComment<T>(Map<String, Object> params) =>
_api.request<T>('photos.reportComment', params);
Reports (submits a complaint about) a comment on a photo.
Future<ApiResponse<T>> reportComment<T>(Map<String, Object> params) =>
_api.request<T>('photos.reportComment', params);