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

Method findCallbackButton

checkin/checkin.ts:506–516  ·  view source on GitHub ↗
(msg: Api.Message, target: SignTarget)

Source from the content-addressed store, hash-verified

504 const peer = conf.logChat || fallbackPeer;
505 if (peer) {
506 try {
507 await client.sendMessage(peer, { message: summary, parseMode: "html", linkPreview: false });
508 sent = true;
509 } catch (e) {
510 console.error("[CheckIn] Userbot push failed:", e);
511 }
512 }
513 }
514 if (statusMsg) {
515 try {
516 await statusMsg.delete({ revoke: true });
517 } catch {}
518 }
519 if (!sent) console.error("[CheckIn] Failed to send summary report.");

Callers 2

runSingleSignMethod · 0.95
clickCallbackButtonMethod · 0.95

Calls 1

decodeDataMethod · 0.95

Tested by

no test coverage detected