Merge pull request #5 from Nikita-V/patch-1

Fix parameter name
This commit is contained in:
Syfaro 2015-07-22 15:39:13 -05:00
commit 60337023c5

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"`
}