WoodMan 潛水喵 says to OwO
如果是koru的框架 在tg.js裡寫sendSticker TGBOT.prototype.sendSticker = function(chat_id,sticker,datas,cb){ datas = typeof datas === "object" ? datas : {}; datas.chat_id = chat_id; datas.sticker = sticker; return this._invoke('sendSticker',datas,cb); }; 這樣(