dudha369 Asked:2022-07-10 03:35:26 +0000 UTC2022-07-10 03:35:26 +0000 UTC 2022-07-10 03:35:26 +0000 UTC 如何使用 pyrogram 用户机器人向聊天室发送 GIF 消息? 772 我正在用 python pyogram 制作我的用户机器人。我想发送一个带有灭霸 gif 的 meme 命令有这个代码:app.send_animation("me", "thanos.gif", unsave=True),但它在“收藏夹”中将这个 gif 发送给我 python 1 个回答 Voted Best Answer Adame 2022-07-10T09:19:22Z2022-07-10T09:19:22Z 替换me为聊天 ID app.send_animation("1234567", "thanos.gif", unsave=True) 文档,第一个参数 (chat_id)
替换
me为聊天 ID文档,第一个参数 (chat_id)