Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pmcaptcha
Function · 0.85
Calls
2
attrEscape
Function · 0.70
htmlEscape
Function · 0.70
Tested by
no test coverage detected