diff --git a/src/objects.rs b/src/objects.rs index 418e8f9..e3bb466 100644 --- a/src/objects.rs +++ b/src/objects.rs @@ -378,7 +378,7 @@ pub enum UpdateContent { MyChatMember(ChatMemberUpdated), ChatMember(ChatMemberUpdated), ChatJoinRequest(ChatJoinRequest), - ChatBoost(ChatBoost), + ChatBoost(ChatBoostUpdated), RemovedChatBoost(ChatBoostRemoved), }