I am trying to use json_message to send these group photos.
I know that’s something wrong with the json I defined.
Anyone have experience on this, please let me know. Thanks.
Thanks Chris,
This is a workaround method, but it will be annoying for user if sending a group of photos, example 10.
Now at least I got the json_message responding. Still trying to figure out how to pass the list in.
Let me tell you some background of what this bot doing, this is a bot working as a middle man, to link up seller and buyer.
From seller side seller will let the bot know what kind of used stuff he/she wanted to sell (example iPhone 11), and uploaded the bot some photos (max 10), the bot has a database to store the info and a storage to store the photos. (Seller part is completed)
From the buyer will ask the bot about the product he/she is looking for (example iPhone 11), bot will search at the database and return the product info and photos.
But what’s the problem? I still don’t understand what you meant by this:
Does sending a group of photo appears differently that individual photos in Telegram? Doesn’t Telegram merge successive photos into a group like WhatsApp does?
This is more related to Telegram than to Rasa, though. I don’t have knowledge about Telegram but what happens if you pass the list to the “media” key (as you were initially doing but with correct format)?