Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jan 5, 2024
1 parent 3c46562 commit 8098a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ pub struct SetMessageReactionParams {

pub message_id: i32,

pub reacion: Vec<ReactionType>,
pub reaction: Vec<ReactionType>,

#[serde(skip_serializing_if = "Option::is_none")]
#[builder(setter(into, strip_option), default)]
Expand Down

0 comments on commit 8098a51

Please sign in to comment.