UNPKG

@grammyjs/auto-chat-action

Version:

A plugin for automatic sending a chat action

6 lines (5 loc) 246 B
import type { Action } from "./types.js"; import { RawApi } from "./deps.js"; type ApiMethods = keyof RawApi; export declare function getChatActionsForRequest(method: ApiMethods, payload: Record<string, unknown>): [boolean, Action[]]; export {};