Skip to main content
Module

x/telegram_bot_api/README.md

Deno Telegram bot API
Go to Latest
File

deno-telegram-bot-api

🦕 wrapper for Telegram Bot API

Features

  • Fully typed API follows the latest official Telegram API (v4.9)
  • Minimal domain-specific knowledge required
  • Polling and Webhook server for getting updates
  • Simple way for sending media files

In progress

  • General error handling for specific cases
  • Tests

Examples

All examples could be found in examples directory