コード例 #1
0
ファイル: RestVideo.cs プロジェクト: kouweizhong/NTwitch
 /// <summary> Delete this video </summary>
 public Task DeleteAsync(RequestOptions options = null)
 => VideoHelper.DeleteAsync(this, options);
コード例 #2
0
ファイル: RestVideo.cs プロジェクト: kouweizhong/NTwitch
 /// <summary> Modify the properties of this video </summary>
 public Task ModifyAsync(Action <ModifyVideoParams> changes, RequestOptions options = null)
 => VideoHelper.ModifyAsync(this, changes, options);