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

Function userLink

pmcaptcha/pmcaptcha.ts:399–401  ·  view source on GitHub ↗
(id: number, name: string)

Source from the content-addressed store, hash-verified

397 try {
398 const e = await client.getEntity(userId) as any;
399 cacheUserFromSender(e);
400 return e;
401 } catch {}
402
403 try {
404 const input = await client.getInputEntity(bigInt(userId));

Callers 1

pmcaptchaFunction · 0.85

Calls 2

attrEscapeFunction · 0.70
htmlEscapeFunction · 0.70

Tested by

no test coverage detected