Skip to main content
Very Popular
Latest
type alias StringWithCommandSuggestions
import { type StringWithCommandSuggestions } from "https://deno.land/x/grammy@v1.27.0/context.ts";

permits string but gives hints

definition:
| (string & Record<never, never>)
| "start"
| "help"
| "settings"
| "privacy"