Merge pull request #324 from profawk/fix/InlineButton-With-Url

Fix inlinebutton With func
pull/331/head
demget 4 years ago committed by GitHub
commit b51e06e25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@ func (t *InlineButton) With(data string) *InlineButton {
return &InlineButton{
Unique: t.Unique,
Text: t.Text,
URL: t.Text,
URL: t.URL,
InlineQuery: t.InlineQuery,
InlineQueryChat: t.InlineQueryChat,
Login: t.Login,

Loading…
Cancel
Save