コード例 #1
0
 /// <inheritdoc />
 public async Task <IRestWebhook> GetWebhookAsync(ulong id, RequestOptions options = null)
 => (await RestTextChannel.GetWebhookAsync(id, options))
 ?.Abstract();