Skip to content

Commit

Permalink
Add serde rename for burst_colors (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmasq authored Jun 5, 2024
1 parent 8c84b4f commit be4193a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/channel/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ pub struct MessageReaction {
#[serde(rename = "emoji")]
pub reaction_type: ReactionType,
// The colours used for super reactions.
#[serde(rename = "burst_colors")]
pub burst_colours: Vec<Colour>,
}

Expand Down

0 comments on commit be4193a

Please sign in to comment.