Пример #1
0
 /// <summary>
 /// Edits information about a video on a user or community page.
 /// </summary>
 /// <param name="methodParams">A <see cref="VideoEditParams"/> object with the params.</param>
 /// <returns>If successfully executed, returns True.</returns>
 public async Task<Response<bool>> Edit(VideoEditParams methodParams)
     => await Request<bool>("edit", methodParams);
Пример #2
0
 /// <summary>
 /// Edits information about a video on a user or community page.
 /// </summary>
 /// <param name="methodParams">A <see cref="VideoEditParams"/> object with the params.</param>
 /// <returns>If successfully executed, returns True.</returns>
 public async Task <Response <bool> > Edit(VideoEditParams methodParams)
 => await Request <bool>("edit", methodParams);