Fix mistyped comment.
This commit is contained in:
parent
43b3f0ace1
commit
0b0e5c077c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
func NewInlineKeyboardButtonURL(text, url string) InlineKeyboardButton {
|
||||
return InlineKeyboardButton{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue