Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias SendChatAction
Re-export
import { type SendChatAction } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: { chat_id: number | string; action:
| "typing"
| "upload_photo"
| "record_video"
| "upload_video"
| "record_audio"
| "upload_audio"
| "upload_document"
| "find_location"
| "record_video_note"
| "upload_video_note"
; }
) => Promise<true>