예제 #1
0
 /// <summary> Get information about a channel by id </summary>
 public Task <RestChannel> GetChannelAsync(ulong channelId)
 => ClientHelper.GetChannelAsync(this, channelId);
예제 #2
0
 // Channels
 /// <summary> Get this user's channel </summary>
 public Task <RestChannel> GetChannelAsync(RequestOptions options = null)
 => ClientHelper.GetChannelAsync(Client, Id, options);