Skip to content

Releases: ba0f3/telebot.nim

compatibility fixes

21 Aug 00:27
Compare
Choose a tag to compare
0.4.2

compatible fixes for devel

Bot API 4.0, simpler callback process

04 Aug 19:23
Compare
Choose a tag to compare

Warning: new callback process is not backward compatibility,
see examples/ for more information

0.4.0

04 Aug 17:49
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
Bot API 4.0

0.3.7

01 Aug 07:25
297396c
Compare
Choose a tag to compare
0.3.7 Pre-release
Pre-release
update to API version 3.4 and fix `sendLocation`

0.3.6

29 Jul 14:27
Compare
Choose a tag to compare
0.3.6 Pre-release
Pre-release
add a dirty hack to determine file upload

0.3.5

28 Jul 18:25
Compare
Choose a tag to compare
0.3.5 Pre-release
Pre-release
support API version 3.3

add file sending ability

28 Jul 16:55
Compare
Choose a tag to compare

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

29 May 18:29
Compare
Choose a tag to compare
0.3.3

various compatibility fixes, closes #5

new updates from @watzon

21 Oct 11:05
Compare
Choose a tag to compare

thanks to @watzon's updates

Bot API 3.0

26 Jun 18:03
Compare
Choose a tag to compare

Nearly complete implementation of Bot API 3.0 (Everything works except Payment API)