Пример #1
0
 public async Task <IChannel> GetChannelAsync(ulong channelId)
 {
     return(await ChannelUtils.GetChannelAsync(channelId, this));
 }