文件名称:multibot-sdk-ts:用于TypeScript的电报和VK bot SDK
文件大小:160KB
文件格式:ZIP
更新时间:2024-03-16 01:48:13
telegram TypeScript
Multibot SDK 安装 电报 构造器配置字段: secret -来自BotFather的令牌; apiUrl (仅用于调试目的)通过具有**的国家/地区的代理转发流量; 用法 例子: import { Telegram } from '@apidog/multibot-sdk-ts' ; // Create instance const bot = new Telegram . Bot ( { secret : '...' , // secret key } ) ; bot . on ( Telegram . MatchType . Message , ( { message , from , chat } ) => { bot . request ( 'sendMessage' , { chat_id : chat . id ,