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