deleteComment<T> method
Deletes a comment on a video.
Implementation
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('video.deleteComment', params);
Deletes a comment on a video.
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('video.deleteComment', params);