rizaumami / tdbot.lua

Lua wrapper for telegram-bot
GNU General Public License v3.0
24 stars 21 forks source link

How to find new telegram-bot ? #12

Closed realsamanrad closed 6 years ago

realsamanrad commented 6 years ago

Hello, I use telegram-bot nightly (180801) version downloaded from valtman.name/telegram-bot . How to find or compile the latest update of tdbot which supports new syntax of tdbot.lua wrapper that located on github.com/rizaumami/tdbot.lua . For example, the { _ = "user"} response, changed to: { ["@type"] = "user"} and my current tdbot doesn't recognize it. Cheers

rizaumami commented 6 years ago