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
208 stars 32 forks source link

Request support for Concurrency and Web App. #7

Closed JoneWang closed 1 year ago

JoneWang commented 2 years ago

Your project is a great library! It has a lot of fun features when combined with Vapor. The combination with Vapor is also great for making Telegram Web App for Bot.

Request support for these features:

Butanediol commented 2 years ago

So true! This project is really awesome.

BTW WebApp is already possible with this library. I have no experience in frontend development but I build a simple demo page with this framework.

image
nerzh commented 2 years ago

@JoneWang support for async wait is already in the implementation, please wait a bit

JoneWang commented 2 years ago

@JoneWang support for async wait is already in the implementation, please wait a bit

Thank you!

griffenk commented 1 year ago

w/o async await there is limited use.

nerzh commented 1 year ago

9