import { type ApiCallFn } from "https://deno.land/x/grammy@v1.31.0/core/client.ts";
Type of a function that can perform an API call. Used for Transformers.
definition: <M extends Methods<R>>() => Promise<ApiResponse<ApiCallResult<M, R>>>
import { type ApiCallFn } from "https://deno.land/x/grammy@v1.31.0/core/client.ts";
Type of a function that can perform an API call. Used for Transformers.