Skip to content

Commit

Permalink
Update src/api_params.rs
Browse files Browse the repository at this point in the history
Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>
  • Loading branch information
ayrat555 and EdJoPaTo authored Nov 26, 2024
1 parent 75c5ed2 commit 6eb243b
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 @@ -65,7 +65,7 @@ pub enum InlineQueryResult {
#[serde(rename = "photo")]
Photo(MaybeCached<InlineQueryResultCachedPhoto, InlineQueryResultPhoto>),
#[serde(rename = "sticker")]
CachedSticker(InlineQueryResultCachedSticker),
Sticker(InlineQueryResultCachedSticker),
#[serde(rename = "video")]
Video(MaybeCached<InlineQueryResultCachedVideo, InlineQueryResultVideo>),
#[serde(rename = "voice")]
Expand Down

0 comments on commit 6eb243b

Please sign in to comment.