type alias Optsimport { type Opts } from "https://dotland.deno.dev/x/grammy@v1.15.0/types.ts"; Utility type providing the argument type for the given method name or {} if the method does not take any parameters Type ParametersFdefinition: [M in keyof ApiMethods<F>]: Params<F, M>[0] extends undefined ? { } : NonNullable<Params<F, M>[0]>Type ParametersM extends keyof ApiMethodsdefinition: OptsF<InputFile>[M]