Пример #1
0
 /// <summary> Get a specific user subscriber by id </summary>
 public Task <RestUserSubscription> GetSubscriberAsync(ulong userId)
 => ChannelHelper.GetSubscriberAsync(Client, Id, userId);
Пример #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);