Search code examples
pythontelegramtelegram-botpy-telegram-bot-api

PyTelegramAPI Sending a message with an attachment image


I have been using PyTelegramAPI for some time and I am looking to send text with an attachment below, which would be a .png Image.

I can't find a particular link in the docs to help me do this.

enter image description here


Solution

  • I didn't look far enough....

    .send_photo() method has a caption kwarg in...