I am using the discord webhook api to send messages to my discord servers channels. In a new use case I want to create a new channel with a webhook. Unfortunately I could not find any API to do so. I read through the whole documentation here: https://discordapp.com/developers/docs/resources/webhook#create-webhook
Is this even possible to do? I saw methods for a discord bot that allowed it - therefore I kinda think it should be possible with a webhook, too.