"Create thread" response type for interactions #5961
Unanswered
prryplatypus
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 2 replies
-
For safety's sake, this response type should be gated behind |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to ask for the ability to create a thread in response to a message application command while authorised with the
application.commands
scope only.Since this type of command (type 3) is always bound to a message, it would be nice to be able to create a thread in response to an interaction and respond in it without needing to authorise the application with the
bot
scope. Of course, the application would still be restricted by the@everyone
permissions in the channel (so would need permissions to create threads).An example of something where this could be useful is a command with which the message is cross-posted to an external source, and you'd want to link the message to that external source.
Beta Was this translation helpful? Give feedback.
All reactions