Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy_parse_mode/mod.ts>ParseModeFlavor

Formatting messages simplified
Go to Latest
type alias ParseModeFlavor
import { type ParseModeFlavor } from "https://deno.land/x/grammy_parse_mode@1.7.1/mod.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"]; }