Skip to content

Commit

Permalink
Merge pull request tucnak#22 from shoonoise/master
Browse files Browse the repository at this point in the history
Fix README example (send options)
  • Loading branch information
tucnak committed Nov 3, 2015
2 parents 72ce8fa + bd05f8e commit ab25fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Sometimes you might want to send a little bit complicated messages, with some op
```go
// Send a selective force reply message.
bot.SendMessage(user, "pong", &telebot.SendOptions{
ForceReply: telebot.ForceReply{
Require: true,
ReplyMarkup: telebot.ReplyMarkup{
ForceReply: true,
Selective: true,
},
},
Expand Down

0 comments on commit ab25fcf

Please sign in to comment.