Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias ParseModeFlavor
import { type ParseModeFlavor } from "https://deno.land/x/my_grammy@v0.0.8/deps.ts";

Context flavor for Context that will be hydrated with an additional set of reply methods from hydrateReply

definition: C & { replyFmt: (stringLike: Stringable, ...args: Tail<Parameters<C["reply"]>>) => ReturnType<C["reply"]>; replyWithHTML: C["reply"]; replyWithMarkdown: C["reply"]; replyWithMarkdownV1: C["reply"]; replyWithMarkdownV2: C["reply"]; }