From d705780e470a73a7d5df31c00e91e387d9227851 Mon Sep 17 00:00:00 2001 From: PerfilovStanislav Date: Sun, 10 Mar 2024 01:11:38 +0300 Subject: [PATCH] ChatBoost --- types.go | 2 ++ 1 file changed, 2 insertions(+) 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