Fix mistyped comment.
parent
43b3f0ace1
commit
0b0e5c077c
|
@ -688,7 +688,7 @@ func NewInlineKeyboardButtonLoginURL(text string, loginUrl LoginURL) InlineKeybo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewInlineKeyboardButtonLoginURL creates an inline keyboard button with text
|
// NewInlineKeyboardButtonURL creates an inline keyboard button with text
|
||||||
// which goes to a URL.
|
// which goes to a URL.
|
||||||
func NewInlineKeyboardButtonURL(text, url string) InlineKeyboardButton {
|
func NewInlineKeyboardButtonURL(text, url string) InlineKeyboardButton {
|
||||||
return InlineKeyboardButton{
|
return InlineKeyboardButton{
|
||||||
|
|
Loading…
Reference in New Issue