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

Function idNumber

quote/quote.ts:309–315  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

307function parseArgs(text: string): QuoteArgs {
308 const args = text.trim().split(/\s+/).filter(Boolean);
309 const out: QuoteArgs = {
310 count: 1,
311 reply: false,
312 png: false,
313 img: false,
314 rate: false,
315 hidden: false,
316 media: false,
317 crop: false,
318 stories: false,

Callers 2

peerIdNumberFunction · 0.85
senderIdNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected