I am working on a flutter app. I have already provided a direct WA link in the app using the url_launcher plugin.
Now I plan to open a Discord with my discord server and direct message to other user in the user's phone. How do I do it?
I am working on a flutter app. I have already provided a direct WA link in the app using the url_launcher plugin.
Now I plan to open a Discord with my discord server and direct message to other user in the user's phone. How do I do it?
You can find an unoffical Discord protocol documentation here.
To open a direct chat you have to know the direct chat room's id.
For example:
discord://-/channels/@me/<room id>