Have message component interaction replies include interaction
data
#5022
Unanswered
suneettipirneni
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
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.
-
Currently, given that you only have a response to a message component there's no way to tell if the message was sent as a response to an interaction. This is because the message
interaction
field isn't present in the response message.The docs state for the message interaction field:
Which in the case of a message component reply is true, yet the field isn't present. The main difference between a reply to a command and a message component is that a message component reply is an actual reply to a message and a reply to an interaction. It's the latter that the API doesn't show in its data. Therefore it would be nice for message component reply messages to include the
interaction
data.Beta Was this translation helpful? Give feedback.
All reactions