Arman92 / go-tdlib

Golang Telegram TdLib JSON bindings
GNU General Public License v3.0
436 stars 100 forks source link

BUG: ReplayMarkup do not parse InlineKeyboardButtonTypeUrl #35

Open sgoroshko opened 4 years ago

sgoroshko commented 4 years ago

I can't get url parameter from inline keyboard

types.go:212

InlineKeyboardButtonTypeURLType InlineKeyboardButtonTypeEnum = "inlineKeyboardButtonTypeURL"

must be:

InlineKeyboardButtonTypeURLType InlineKeyboardButtonTypeEnum = "inlineKeyboardButtonTypeUrl"