MCPcopy Index your code
hub / github.com/TeleBoxOrg/TeleBox_Plugins / ExitMessageData

Interface ExitMessageData

autodelcmd/autodelcmd.ts:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32const mainPrefix = prefixes[0];
33
34interface ExitMessageData {
35 cid: number;
36 mid: number;
37 timestamp: number; // 添加时间戳,用于清理过期记录
38}
39
40interface CommandRule {
41 id?: string; // 规则唯一标识符

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected