diff --git a/types.go b/types.go index 18ba5db..7c4e0be 100644 --- a/types.go +++ b/types.go @@ -278,7 +278,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"` }