コード例 #1
0
ファイル: IRestGuild.cs プロジェクト: Scott-Caldwell/MODiX
 /// <inheritdoc />
 public async Task <IRestGuildChannel> GetWidgetChannelAsync(CacheMode mode = CacheMode.AllowDownload, RequestOptions options = null)
 => (await RestGuild.GetWidgetChannelAsync(options))
 ?.Abstract();