-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: receiving Image and other types of message in conversation form #20
Labels
Comments
Thanks for the suggestion! I'll work on this |
There are a few issues with the existing form controls already. For example, Do you have time to work on this? Then I have more time to look into #11 as well as #19 and #42. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In conversation form, we can receive a text like
const text = await conversation.form.text();
Can we also receive a photo and other types of message in this format?
The text was updated successfully, but these errors were encountered: