diff --git a/types.go b/types.go index 8a738f4..708aa99 100644 --- a/types.go +++ b/types.go @@ -276,7 +276,7 @@ type ForceReply struct { // 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"` }