MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / messageHasReply

Function messageHasReply

tmp_admin/tmp_admin.ts:215–217  ·  view source on GitHub ↗
(msg: Api.Message)

Source from the content-addressed store, hash-verified

213 if (trigger && messageHasReply(trigger)) return trigger;
214 return msg;
215}
216
217function longToString(value: any): string {
218 if (value === undefined || value === null) {
219 throw new Error("缺少可持久化的 long 值");
220 }

Callers 3

getTargetSourceMessageFunction · 0.85
TmpAdminPluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected