Esempio n. 1
0
 /// <summary> Get information about a channel by id </summary>
 public Task <RestChannel> GetChannelAsync(ulong channelId)
 => RestHelper.GetChannelAsync(this, channelId);
Esempio n. 2
0
 // Channels
 /// <summary> Get information about this user's channel </summary>
 public Task <RestChannel> GetChannelAsync()
 => RestHelper.GetChannelAsync(Client, Id);