Add an API endpoint for image/png #1174
iamansuman
started this conversation in
Ideas
Replies: 1 comment
-
@iamansuthecoda a feature request for this can be found in #624. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm making a Telegram bot where a user queries for a GitHub user and the bot returns the stat.

I found this repo just right for my project but when I checked the HTTP response, the mime type was
image/svg+xml; charset=utf-8
telebot.TeleBot().send_photo()
does not supports svgIt will be good to add an endpoint for image/png mime type.
Although it will be static with no animations, it can be universally accessed.
Beta Was this translation helpful? Give feedback.
All reactions