Skip to main content
Deno 2 is finally here 🎉️
Learn more
Very Popular
Go to Latest
type alias StringWithCommandSuggestions
import { type StringWithCommandSuggestions } from "https://deno.land/x/grammy@v1.31.1/context.ts";

permits string but gives hints

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