fbchat-dev/fbchat

Sending a GIF from gfycat result in attachment to download

Open

#461 创建于 2019年8月10日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (406 fork)github user discovery
bugenhancementhelp wanted

仓库指标

Star
 (1,210 star)
PR 合并指标
 (PR 指标待抓取)

描述

Description of the problem

I'm trying to send a Gif from gfycat to a Group, it results in an attachement in the thread instead of a preview of it...

Code to reproduce

def send_image(image_path): client = Client(login, password) client.sendRemoteFiles([image_path], thread_id=thread_id, thread_type=ThreadType.GROUP)

Note that the same thing happen with sendLocalFiles (by appending .gif or not in the filename)

Environment information

  • Python version : 3.7.4
  • fbchat version : 1.7.3

If you have done any research, include that. Make sure to redact all personal information.

贡献者指南