Skip to content

add file sending ability

Compare
Choose a tag to compare
@ba0f3 ba0f3 released this 28 Jul 16:55
· 246 commits to master since this release

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)