Skip to content

Commit

Permalink
fix: ChatBoostUpdated in UpdateContent
Browse files Browse the repository at this point in the history
  • Loading branch information
lueveka committed Jul 9, 2024
1 parent 83220c5 commit ee41bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ pub enum UpdateContent {
MyChatMember(ChatMemberUpdated),
ChatMember(ChatMemberUpdated),
ChatJoinRequest(ChatJoinRequest),
ChatBoost(ChatBoost),
ChatBoost(ChatBoostUpdated),
RemovedChatBoost(ChatBoostRemoved),
}

Expand Down

0 comments on commit ee41bda

Please sign in to comment.