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

send file using bytes #183

Open
cometta opened this issue Jul 29, 2024 · 1 comment
Open

send file using bytes #183

cometta opened this issue Jul 29, 2024 · 1 comment

Comments

@cometta
Copy link

cometta commented Jul 29, 2024

Can support to send file using bytestring/base64 instead of file?

let params = SendPhotoParams::builder()
        .chat_id(CHAT_ID)
        .photo(file)
        .build();
@xlfish233
Copy link
Contributor

I will take this later for implement wasm support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants