コード例 #1
0
 /// <summary> Get all users authorized as an editor on this channel </summary>
 public Task <IReadOnlyCollection <RestUser> > GetEditorsAsync()
 => ChannelHelper.GetEditorsAsync(Client, Id);
コード例 #2
0
 /// <summary> Get all users authorized as an editor on this channel </summary>
 public Task <IReadOnlyCollection <RestUser> > GetEditorsAsync(RequestOptions options = null)
 => ChannelHelper.GetEditorsAsync(Client, Id, options);