editComment<T> method

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

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