Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Update webhook implementation #2723

Merged
merged 3 commits into from
Aug 10, 2023

Conversation

Misha-133
Copy link
Member

This PR adds some currently missing webhook properties & fixes #2659

Changes

  • add missing WebhookType property to IWebhook
  • make IWebhook.ChannelId nullable
  • add PartialGuild, FollowedChannelId & FollowedChannelName properties to RestWebhook

src/Discord.Net.Core/Entities/Webhooks/IWebhook.cs Outdated Show resolved Hide resolved
src/Discord.Net.Core/Entities/Webhooks/IWebhook.cs Outdated Show resolved Hide resolved
src/Discord.Net.Core/Entities/Webhooks/IWebhook.cs Outdated Show resolved Hide resolved
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
@Misha-133 Misha-133 enabled auto-merge (squash) August 10, 2023 13:10
@Misha-133 Misha-133 merged commit 2b8584d into discord-net:dev Aug 10, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot instantiate DiscordWebhookClient
2 participants