Skip to content

Commit

Permalink
fix custom emoji decoding
Browse files Browse the repository at this point in the history
fixes #142
  • Loading branch information
ayrat555 committed Jan 17, 2024
1 parent 10cd31f commit b50bc21
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 @@ -1960,7 +1960,7 @@ pub struct ReactionTypeEmoji {
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Builder, Eq)]
pub struct ReactionTypeCustomEmoji {
#[builder(setter(into))]
pub custom_emoji: String,
pub custom_emoji_id: String,
}

#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Builder)]
Expand Down

0 comments on commit b50bc21

Please sign in to comment.