Skip to content

Commit

Permalink
Merge pull request tucnak#324 from profawk/fix/InlineButton-With-Url
Browse files Browse the repository at this point in the history
Fix inlinebutton With func
  • Loading branch information
demget authored Oct 2, 2020
2 parents ecf4ef2 + e6c93d3 commit b51e06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b51e06e

Please sign in to comment.