示例#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);