ex_gram icon indicating copy to clipboard operation
ex_gram copied to clipboard

Enable sending file contents in editMessageMedia

Open versilov opened this issue 2 years ago • 1 comments

Like this: ExGram.editMessageMedia(%InputMedia{type: "photo", media: "attach://file"}, file: {:file_contents, <<>>, "img.gif"}, ...)

This is a quick fix. It would be nice to be able to do ExGram.editMessageMedia(%InputMedia{type: "photo", media: {:file_contents, <<>>, "img.gif"}}, ...) finally

versilov avatar Feb 03 '23 16:02 versilov