import { Api } from "./deps.js";
export type ChatId = number | string;
export type Action = Parameters<Api["sendChatAction"]>[1];
export type Signal = Parameters<Api["sendChatAction"]>[3];
