From fee84ee2395ee41d5e5a5a060a5e24bf43c6b7a8 Mon Sep 17 00:00:00 2001 From: Nikita Vorobei Date: Wed, 22 Jul 2015 19:10:27 +0300 Subject: [PATCH] Fix parameter name --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 0fe4fde..ec72e85 100644 --- a/types.go +++ b/types.go @@ -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"` }