elbekD / kt-telegram-bot

Telegram Bot Library for Kotlin language
MIT License
103 stars 19 forks source link

Suspend functions in chain #42

Closed nothingelsematters closed 2 years ago

nothingelsematters commented 2 years ago

In new version every API function is suspend (sendMessage, etc), but chain functions receive not suspend action: Bot.chain(..., action: (Message) -> Unit).