all repos — telegram-bot-api @ 0b0e5c077cb04c34b3f029e5e6dc5b8e0cca64b5

Golang bindings for the Telegram Bot API

Fix mistyped comment.
Syfaro syfaro@huefox.com
Wed, 10 Mar 2021 22:01:47 -0500
commit

0b0e5c077cb04c34b3f029e5e6dc5b8e0cca64b5

parent

43b3f0ace1456e6cc16a5a5f237c80d3338a2b45

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M helpers.gohelpers.go

@@ -688,7 +688,7 @@ LoginURL: &loginUrl,

} } -// 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{