diff --git a/README.md b/README.md index 66ed874..fe584e8 100644 --- a/README.md +++ b/README.md @@ -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, }, },