-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Retrieve images #55
Comments
Sending files is supported via Getting files is your own thing. You can look at |
Thanks. I'll look into it
|
hey how to extract the image, what http request to use |
HTTP request is raising HTTP error |
How to get the url of image |
attachment.url or attachment.proxy_url |
From a quick code and documentation search, there's no functionality for handling images sent, or sending images. Would this be hard to implement? There doesn't even seem to be functionality for downloading raw image data as a string. At least this functionality would be helpful, because:
Setting it up like this would be an easy way to download images. Uploading images might work similarly.
The text was updated successfully, but these errors were encountered: