all repos — telegram-bot-api @ af934e3e10c054a3c58e0737434165797d62184c

Golang bindings for the Telegram Bot API

Fix the From field in the Inline Query.
Syfaro syfaro@foxpaw.in
Fri, 26 Feb 2016 08:58:14 -0600
commit

af934e3e10c054a3c58e0737434165797d62184c

parent

f33a4eede12f454aad7e1bb5324e63b2697e6af5

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

jump to
M types.gotypes.go

@@ -276,7 +276,7 @@

// InlineQuery is a Query from Telegram for an inline request. type InlineQuery struct { ID string `json:"id"` - From User `json:"user"` + From User `json:"from"` Query string `json:"query"` Offset string `json:"offset"` }