Пример #1
0
 /// <inheritdoc />
 public async Task <IRestGuildChannel> GetWidgetChannelAsync(CacheMode mode = CacheMode.AllowDownload, RequestOptions options = null)
 => (await RestGuild.GetWidgetChannelAsync(options))
 ?.Abstract();