diff --git a/types.go b/types.go index 1f069de..0565f3e 100644 --- a/types.go +++ b/types.go @@ -122,6 +122,8 @@ type Update struct { // // optional ChatJoinRequest *ChatJoinRequest `json:"chat_join_request,omitempty"` + + ChatBoost *ChatBoostUpdated `json:"chat_boost,omitempty"` } // SentFrom returns the user who sent an update. Can be nil, if Telegram did not provide information