1

How to download any file the user and stored on the server I was sent a telegram to the bot ?

I am working with PHP language

SejiL
  • 13
  • 4
  • As a new SO member, I would suggest please go through this section [stackoverflow.com/help/how-to-ask](http://stackoverflow.com/help/how-to-ask) – swiftBoy Jun 10 '16 at 07:07
  • 1
    Possible duplicate of [Telegram bot - receive photo URL](http://stackoverflow.com/questions/35991698/telegram-bot-receive-photo-url) – Maak Jun 10 '16 at 12:10

1 Answers1

0

You should use this method from Telegram Bot API documentation: https://core.telegram.org/bots/api#getfile

ihoru
  • 1,905
  • 1
  • 16
  • 15