Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/telegram_bot_api/mod.ts>GetChat

Deno Telegram bot API
Latest
type alias GetChat
Re-export
import { type GetChat } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: { chat_id: number | string; }) => Promise<ChatExtended>