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

Function parseRequestedCount

biko/biko.ts:226–232  ·  view source on GitHub ↗
(raw: string)

Source from the content-addressed store, hash-verified

224 return Math.min(value, MAX_MESSAGE_COUNT);
225}
226
227function buildChatMessageLink(
228 chatEntity: any,
229 messageId: number,
230): string | undefined {
231 if (!messageId) return undefined;
232
233 if (chatEntity?.username) {
234 return `https://t.me/${chatEntity.username}/${messageId}`;
235 }

Callers 1

BikoPluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected