Skip to content

Commit

Permalink
doc: update example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Dec 29, 2023
1 parent a3fd2f2 commit 7fbee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bot.on(
"edited_message",
(ctx) =>
ctx.reply("Ha! Gotcha! You just edited this!", {
reply_to_message_id: ctx.editedMessage.message_id,
reply_parameters: { message_id: ctx.editedMessage.message_id },
}),
);

Expand Down

0 comments on commit 7fbee0e

Please sign in to comment.