UNPKG

telebot

Version:

The easy way to write Telegram bots.

6 lines (5 loc) 193 B
import { TeleBot } from "../telebot"; import { Message } from "../types/telegram"; export declare const updateProcessors: { message(this: TeleBot, messageUpdate: Message): Promise<any>; };