常见问题排查
帮助快速找出问题
常见问题排查
- 未被加载:确认文件/文件夹未以
.开头且不为node_modules。 - 缺少默认导出:确保
export default的类继承自Plugin。 - 发送消息只出现临时消息:需要监听
updateMessageSendSucceeded获取正式消息。 - 调用原生 TDLib 方法失败:参考 TDLib Function 文档。
如需更多示例或想要扩展插件框架,欢迎在仓库提出 Issue 或 PR。祝开发顺利!
帮助快速找出问题
. 开头且不为 node_modules。export default 的类继承自 Plugin。updateMessageSendSucceeded 获取正式消息。如需更多示例或想要扩展插件框架,欢迎在仓库提出 Issue 或 PR。祝开发顺利!