Does telegram integration support sending buffer?

I am using amcrest ad410. it has human detection. When it detects a human, I want to take a snapshot from camera and send it over telegram to me. One caveat is I have to post process the snapshot from camera’s url (since it is not standard image : issue specific to amcrest) and get it to standard image format for telegram to accept it. I process the image buffer in node-red (using sharp library) and get it to work (by directly calling telegram api using axios). I am wondering if telegram integration from HAAS support sending image buffer (instead of sending a file link or url). That will save me writes on disk and everything will be in memory. I checked the documentation for telegram ( Telegram bot - Home Assistant ) but it doesn’t say if i can send a buffer directly. If it is possible, can you please share the node-red config /data i need to send with buffer ?