Li-Fan Chen says to YSITD
@gnehs_OwO 你在tg.js中放一個這個 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); };