Esempio n. 1
0
 public async Task <INonCatServerChannel> GetNonCatServerChannelAsync(ulong channelId)
 {
     return(await ChannelUtils.GetNonCatServerChannelAsync(channelId, this));
 }