Skip to content

Commit

Permalink
Merge pull request tucnak#111 from irgendwr/patch-3
Browse files Browse the repository at this point in the history
Corrected button-handler example mentioned in tucnak#66
  • Loading branch information
Ian Byrd authored Dec 15, 2017
2 parents 62ac17d + 3c44abd commit 1c2515c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func main() {
// on inline button pressed (callback!)

// always respond!
c.Respond(&tb.CallbackResponse{...})
b.Respond(c, &tb.CallbackResponse{...})
})

// Command: /start <PAYLOAD>
Expand Down

0 comments on commit 1c2515c

Please sign in to comment.