Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken sendMediaGroup #2

Closed
cmd410 opened this issue Jun 27, 2020 · 0 comments · Fixed by #17
Closed

Broken sendMediaGroup #2

cmd410 opened this issue Jun 27, 2020 · 0 comments · Fixed by #17
Labels
bug Something isn't working

Comments

@cmd410
Copy link
Owner

cmd410 commented Jun 27, 2020

sendMediaGroup request does not work for some reason

Server returns data:
{"ok":false,"error_code":400,"description":"Bad Request: can't parse media JSON object"}

Data sent by bot:

{"chat_id": <chat_id>,
 "media": [{"media": "<link/to/image.jpg>",
            "type": "photo"},
           {"media": "<link/to/image.jpg>",
            "type": "photo"}]}

seems to be in line with documentation, still doesn't not work.

Code is in fixme_broken_send_media_group branch

@cmd410 cmd410 added the bug Something isn't working label Jun 27, 2020
@cmd410 cmd410 linked a pull request Jul 26, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant