nerzh / swift-telegram-sdk

🤖 The wrapper for the Telegram Bot API written in Swift. It's not a framework. There is no special syntax here. This is a library that implements all Telegram Bot API methods, which is available to you to work with Vapor, Smoke, Hummingbird, FlyingFox.
https://core.telegram.org/bots/api#available-methods
MIT License
203 stars 32 forks source link

Added bot examples with Hummingbird, Smoke and FlyingFox frameworks. #30

Closed Maxim-Lanskoy closed 2 months ago

Maxim-Lanskoy commented 2 months ago

Added bot implementation examples using next framework pairs:

Also refactored project structure and moved all bot examples into separate folder. Updated README.md to include a link to bot example folders.