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

Function clearCaptchaTimer

pmcaptcha/pmcaptcha.ts:693–698  ·  view source on GitHub ↗
(state: CaptchaState)

Source from the content-addressed store, hash-verified

691
692interface CaptchaState {
693 answer: string; // 正确答案
694 question: string; // 题目 / 关键词(用于刷新消息)
695 isQA: boolean; // TEXT 模式:是否为随机问答(false = keyword 模式)
696 tries: number; // 已尝试次数
697 timer: CaptchaTimer | null;
698 msgIds: number[]; // 所有验证消息 ID
699 mode: CaptchaMode; // 当前验证模式
700 generation: number;
701}

Callers 2

removeCaptchaStateFunction · 0.85
drainCaptchaStatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected