ChatBoost

This commit is contained in:
PerfilovStanislav 2024-03-10 01:11:38 +03:00
parent d9d4cad62a
commit d705780e47

View file

@ -122,6 +122,8 @@ type Update struct {
// //
// optional // optional
ChatJoinRequest *ChatJoinRequest `json:"chat_join_request,omitempty"` 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 // SentFrom returns the user who sent an update. Can be nil, if Telegram did not provide information