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

Function getTargetSourceMessage

tmp_admin/tmp_admin.ts:219–222  ·  view source on GitHub ↗
(msg: Api.Message, trigger?: Api.Message)

Source from the content-addressed store, hash-verified

217function longToString(value: any): string {
218 if (value === undefined || value === null) {
219 throw new Error("缺少可持久化的 long 值");
220 }
221 return String(value);
222}
223
224function serializeChannel(channel: any): StoredChannel {
225 if (

Callers 1

TmpAdminPluginClass · 0.85

Calls 1

messageHasReplyFunction · 0.85

Tested by

no test coverage detected