We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481d647 commit 01ef88dCopy full SHA for 01ef88d
src/stream.ts
@@ -209,8 +209,7 @@ export interface StreamOptions<C extends Context> {
209
* 1. `ctx.replyWithStream`: stream a message to the current chat
210
* 2. `ctx.api.streamMessage`: stream a message to any chat
211
*
212
- * Consider installing the [parse-mode
213
- * plugin](https://grammy.dev/plugins/parse-mode) _before_ this plugin. This
+ * Consider installing the [auto-retry](https://grammy.dev/plugins/auto-retry) _before_ this plugin. This
214
* will make sure that streaming messages does not crash due to rate limits.
215
216
* @param options Optional options object for this plugin
0 commit comments