9 Replies
a web hook is just a specific endpoint on a webserver, so its doable, the
HttpClient
provides all required functionality for that.
https://brokul.dev/sending-files-and-additional-data-using-httpclient-in-net-corebrokul.dev
Sending files and additional data using HttpClient in .NET Core
This article presents how to configure the multipart form-data request to send files and additional data in the ASP.NET Core application.
Also can i change the channel of a discord webhook with code?
that i dunno, been a couple years since i wrote my last discord bot.
but simpliest should still be to just have 2 separate web hooks for the 2 different channels
Yes you can
Any documents on how?
Can't say how off the top of my head but it's possible
the discord api documentation, probably
Since i wanna be able to move the webhook between channels using their id
Easier than having 15, of the same webhook
Anyways gtg bye
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.