我正在尝试使用sendPhoto(Telegram的Bot API)发送带有此请求的动画GIF:
https://api.telegram.org/bot<token>/sendPhoto?chat_id=<chat_id>&photo=http://i.giphy.com/13IC4LVeP5NGNi.gif
Run Code Online (Sandbox Code Playgroud)
该方法有效,我ok:true回来了,但聊天窗口中的图像是移动GIF的静态快照.
如何才能显示动画GIF?我应该使用另一种方法吗?