Ejemplo n.º 1
0
 public async Task <IDirectMessageChannel> GetDirectMessageChannelAsync(ulong channelId)
 {
     return(await ChannelUtils.GetDirectMessageChannelAsync(channelId, this));
 }