all repos — telegram-bot-api @ 60337023c51a0362a2e5df9801dd7ea70ef83cdc

Golang bindings for the Telegram Bot API

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

Fix parameter name
Syfaro syfaro@foxpaw.in
Wed, 22 Jul 2015 15:39:13 -0500
commit

60337023c51a0362a2e5df9801dd7ea70ef83cdc

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