ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
257 stars 27 forks source link

send file using bytes #183

Open cometta opened 1 month ago

cometta commented 1 month ago

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

let params = SendPhotoParams::builder()
        .chat_id(CHAT_ID)
        .photo(file)
        .build();