Skip to main content
Module

x/grammy_autoquote/mod.ts>addReplyParam

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
variable addReplyParam
import { addReplyParam } from "https://deno.land/x/grammy_autoquote@v2.0.0/mod.ts";

type

<C extends Context>(ctx: C, options?: Partial<AutoQuoteOptions>) => unknown