How can I get textInput value from app/frames/route.tsx
#431
Answered
by
agustif
kanechan25
asked this question in
Q&A
|
This is And in the but |
Answered by
agustif
Aug 28, 2024
Replies: 1 comment
|
searchParams references params on the url string ctx.message.textInput is what you need 🙏 |
0 replies
Answer selected by
davidfurlong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
searchParams references params on the url string
ctx.message.textInput is what you need 🙏