Releases: ba0f3/telebot.nim
Releases · ba0f3/telebot.nim
compatibility fixes
0.4.2 compatible fixes for devel
Bot API 4.0, simpler callback process
Warning: new callback process is not backward compatibility,
see examples/ for more information
0.4.0
0.3.7
0.3.6
0.3.5
add file sending ability
its now can send file again by wrap the path with InputFile
var photo = newPhoto(chatId, InputFile("/path/to/photo.jpg"))
discard bot.send(photo)
compatibility fixes
0.3.3 various compatibility fixes, closes #5
new updates from @watzon
thanks to @watzon's updates
Bot API 3.0
Nearly complete implementation of Bot API 3.0 (Everything works except Payment API)