Skip to main content
Module

x/grammy_conversations/deps.deno.ts>Opts

Conversational interfaces for grammY
Go to Latest
type alias Opts
import { type Opts } from "https://deno.land/x/grammy_conversations@v1.1.0/deps.deno.ts";

Utility type providing the argument type for the given method name or {} if the method does not take any parameters

Type Parameters

M extends keyof GrammyTypes["Telegram"]
definition: GrammyTypes["Opts"][M]