How send modal respond when modal window sended?

I need send text when user send modal window
Solution:
result.createEphemeralFollowup { content = "Заявка успешно отправлена." }?...
Jump to solution
8 Replies
gdude
gdude3mo ago
You want to respond when a user submits a Modal? How are you sending the Modal?
noBrain
noBrainOP3mo ago
No description
noBrain
noBrainOP3mo ago
Ye
gdude
gdude3mo ago
The result object you stored there should have what you need iirc
Solution
noBrain
noBrain3mo ago
result.createEphemeralFollowup { content = "Заявка успешно отправлена." }?
noBrain
noBrainOP3mo ago
👍
noBrain
noBrainOP3mo ago
What i do wrong
No description

Did you find this page helpful?