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

Function getUserIdString

admin_board/admin_board.ts:227–229  ·  view source on GitHub ↗
(user: Api.User)

Source from the content-addressed store, hash-verified

225 return getUserIdString(user);
226}
227
228function buildTargetDisplay(target: TargetChat): string {
229 return `目标对话: <b>${htmlEscape(target.titleDisplay)}</b>${
230 target.username ? ` <code>${htmlEscape(target.username)}</code>` : ""
231 }`;
232}

Callers 5

getUserDisplayNameFunction · 0.85
buildUserDisplayFunction · 0.85
setCachedUserInfoFunction · 0.85
collectAdminStatFunction · 0.85
handleSeatActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected