/// <inheritdoc /> public async Task <IRestWebhook> GetWebhookAsync(ulong id, RequestOptions options = null) => (await RestGuild.GetWebhookAsync(id, options)) ?.Abstract();