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