How i can add a user_data to MySql from Telegram Bot?

后端 未结 0 1592
夕颜
夕颜 2021-02-19 02:00

Code:

require(\'dotenv\').config();
const TelegramBot = require(\'node-telegram-bot-api\');
const bot = new TelegramBot(process.env.API_TOKEN, {polling: true})
co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题