Skip to main content
Module

x/grammy/core/api.ts>Other

The Telegram Bot Framework.
Very Popular
Go to Latest
type alias Other
import { type Other } from "https://deno.land/x/grammy@v1.11.1/core/api.ts";

Helper type to derive remaining properties of a given API method call M, given that some properties X have already been specified.

Type Parameters

R extends RawApi
M extends Methods<R>
optional
X extends string = never
definition: Omit<Payload<M, R>, X>