Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy/types.web.ts>Opts

The Telegram Bot Framework.
Very Popular
Go to Latest
type alias Opts
import { type Opts } from "https://deno.land/x/grammy@v1.12.2/types.web.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]