-
Notifications
You must be signed in to change notification settings - Fork 28
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
Problem with send_media_group #119
Comments
Can you try with Replace in |
I'm already on master branch ) |
Ahhh got it, the ExGram.send_media_group(
user.telegram_id,
[
%ExGram.Model.InputMediaDocument{
type: "document",
media: "BQACAgIAAxkBAAEGtFRkU7LYwc22u650vKUZ9hzUAAEl13QAAnAuAAKvw6FKVOYAAbzuWHewLwQ"
},
%ExGram.Model.InputMediaDocument{
type: "document",
media: "BQACAgIAAxkBAAEBQJpkJtrMNEdgDH1ebZGm4Gpd8GB1EgACbycAAsVbOUlzhwdVzy5QHS8E"
}
],
bot: Bot.bot()
) |
Yep. It's working ) Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll try to send media_group with photos or documents and get same error:
The text was updated successfully, but these errors were encountered: