Fix parameter name

This commit is contained in:
Nikita Vorobei 2015-07-22 19:10:27 +03:00
parent 1b2d9a5c42
commit fee84ee239

View file

@ -149,5 +149,5 @@ type ReplyKeyboardHide struct {
// ForceReply allows the Bot to have users directly reply to it without additional interaction.
type ForceReply struct {
ForceReply bool `json:"force_reply"`
Selective bool `json:"force_reply"`
Selective bool `json:"selective"`
}