fbchat-dev / fbchat-dev/fbchat
Is there a way to send multiple image files together?
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 403
- PR merge metrics
- No merged PRs in 30d
Description
```
file_paths = r"C:\Users\jonarleones\Music\5-10 COMA.jpg"
cli.sendLocalFiles(file_paths, message= 'TRY', thread_id=thread_id, thread_type=ThreadType.GROUP)
````
I saw this from the documentation and I was wondering... Is there a way to send multiple images at the same time?
I have a file containing different images and I don't want to send those one by one cause it seems like it will cover up lot of space (not the memory type of space) on my messenger groupchat. I want it so that it sends it all images together.
Thanks for the help!
Contributor guide
Assessment
This issue has not been assessed yet.