Telegram bot api supports sending an already uploaded photo. Does telegram api also support sending an already uploaded photo?
I looked at the api documentation but couldn’t find any relevant method.
Telegram bot api supports sending an already uploaded photo. Does telegram api also support sending an already uploaded photo?
I looked at the api documentation but couldn’t find any relevant method.
2
Answers
You can obtain
file_id
in response ofsendPhoto
, just use it asphoto
field likechat_id
.For instance:
if you use this lib https://github.com/TelegramBot/Api, it’s working code:
if not, this is simple GET method:
more info Telegram Bot API