'Discord : how to post a message in channels as a user

I'm building an application connecting to Discord. Users can login with Oauth2.0 in the application. My application's goal is to post messages to the channel as a user, not a bot.

I've checked the documentation and the questions already asked, but I couldn't find a way to post as a user. It would be nice to be APIs, but Execute Webhook and Create Message seem to be for bots.

Is there any API or other way to post to the channel as a user? If anyone knows, please let me know.

Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source