Skip to content

Commit

Permalink
fix PaidMediaInfo parsing (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Aug 3, 2024
1 parent dd78149 commit c411bfc
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 @@ -3528,7 +3528,7 @@ pub struct Invoice {

#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Builder)]
pub struct PaidMediaInfo {
pub start_count: u32,
pub star_count: u32,

pub paid_media: Vec<PaidMedia>,
}
Expand Down

0 comments on commit c411bfc

Please sign in to comment.