Telegram Bot SDK for Swift (unofficial)
Auto-generated OpenAPI schema
## What's Changed * Fix MessageEntity parsing crash by @fannur in https://github.com/rapierorg/telegram-bot-swift/pull/130
`explanation` is now optional in Poll.
- Fix multipart/form-data encoding problems - Fix scanRestOfString on Linux - Make `location` optional in ChosenInlineResult
This release add support for Telegram API v4.7 and v4.8
This release includes these PRs: - #106 Fix fileSize on Video type from String to Int
This release remove SwiftyJSON and use Codable!