Ejemplo n.º 1
0
 /// <summary> Get a specific user subscriber by id </summary>
 public Task <RestUserSubscription> GetSubscriberAsync(ulong userId)
 => ChannelHelper.GetSubscriberAsync(Client, Id, userId);
Ejemplo n.º 2
0
 /// <summary> Get a specific user subscriber by id </summary>
 public Task <RestUserSubscription> GetSubscriberAsync(ulong userId, RequestOptions options = null)
 => ChannelHelper.GetSubscriberAsync(Client, Id, userId, options);