Skip to content

Commit

Permalink
fix parsing of callback queries (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Jan 7, 2024
1 parent 322f75e commit c4f290a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3702,6 +3702,7 @@ pub struct UserChatBoosts {
}

#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
#[serde(untagged)]
pub enum MaybeInaccessibleMessage {
Message(Message),
InaccessibleMessage(InaccessibleMessage),
Expand Down

0 comments on commit c4f290a

Please sign in to comment.