all repos — telegram-bot-api @ fee84ee2395ee41d5e5a5a060a5e24bf43c6b7a8

Golang bindings for the Telegram Bot API

Fix parameter name
Nikita Vorobei dev@vorobei.by
Wed, 22 Jul 2015 19:10:27 +0300
commit

fee84ee2395ee41d5e5a5a060a5e24bf43c6b7a8

parent

1b2d9a5c42d5e37b9a38181fd5f273c6bda528d8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M types.gotypes.go

@@ -149,5 +149,5 @@

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