editComment<T> method
Edits the text of a comment on a video.
Implementation
Future<ApiResponse<T>> editComment<T>(Map<String, Object> params) =>
_api.request<T>('video.editComment', params);
Edits the text of a comment on a video.
Future<ApiResponse<T>> editComment<T>(Map<String, Object> params) =>
_api.request<T>('video.editComment', params);