Exemplo n.º 1
0
 /// <summary> Get all users authorized as an editor on this channel </summary>
 public Task <IReadOnlyCollection <RestUser> > GetEditorsAsync()
 => ChannelHelper.GetEditorsAsync(Client, Id);
Exemplo n.º 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);