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)
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)