Skip to content

Sending a GIF from gfycat result in attachment to download #461

@ArthurGarnier

Description

@ArthurGarnier

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions