You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Between the Guide, GitHub examples, legacy code, and IDE autocomplete, there are several options for editing the messages related to Interactions, such as .edit(), .respond(), .edit_original_response(), .edit_original_message(), etc.
This is very confusing, especially when you try to work on Views again after a few months.
The Ideal Solution
A de facto guide on the various Interaction methods, when to use them, and what they affect would be incredibly helpful.
Ideally, this would include a screenshot of an interaction with as many pieces (followups, etc) as relevant, with labels detailing which piece would be operated on by each method -- including which ones trigger the responded flag.