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