I am trying to send an animated GIF using sendPhoto (Telegram Bot API) with this request:
https://api.telegram.org/bot<token>/sendPhoto?chat_id=<chat_id>&photo=http://i.giphy.com/13IC4LVeP5NGNi.gif
This method works, as in, I get ok:true
back, but the image in the chat window is a still picture of a moving GIF.
How can I show an animated GIF? Is there any other method I should use?
m52go source share