ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

InlineKeyboard url field should be optional #8

Closed facorazza closed 6 years ago

facorazza commented 6 years ago
Got exception ref 0x1090524c8 --> [parent = nil,
name = 0x108e3a730"IOError",
msg = 0x108f188c8"Bad Request: can't parse inline keyboard button: Field \"url\" must be of type String"

The error happened when I didn't initialize the url field of the button. The docs says it's optional.

ba0f3 commented 6 years ago

can you make a PR?

facorazza commented 6 years ago

Pull request #9