UNPKG

telebot

Version:

The easy way to write Telegram bots.

5 lines (4 loc) 234 B
import { TeleBot } from "../telebot"; import { WebhookOptions } from "../types/telebot"; export declare const allowedWebhookPorts: number[]; export declare function webhookServer(bot: TeleBot, options: WebhookOptions): Promise<void>;