const TelegramBot = require('node-telegram-bot-api'); const token = '填入你的token'; const bot = new TelegramBot(token, { polling: true }); bot.
確定! 回上一頁