rapierorg / telegram-bot-swift

Telegram Bot SDK for Swift (unofficial)
https://github.com/rapierorg/telegram-bot-swift/wiki
Apache License 2.0
375 stars 63 forks source link

Wrong photo url encoding #129

Open rass225 opened 2 months ago

rass225 commented 2 months ago

When trying to send a photo using sendPhotoAsync the encoding, the outcome is always an error: Expected status code 200, got 400: Bad Request: invalid file HTTP URL specified: Wrong port number specified in the URL

It's because the slashes are converted into backslashes: https://www.google.com -> https%3A%5C%2F%5C%2Fwww.google.com