相关疑难解决方法(0)

使用sendPhoto发送动画GIF(Telegram bot)

我正在尝试使用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?我应该使用另一种方法吗?

telegram telegram-bot php-telegram-bot

7
推荐指数
2
解决办法
9407
查看次数

标签 统计

php-telegram-bot ×1

telegram ×1

telegram-bot ×1