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

Method getMainPrefix

deepwiki/deepwiki.ts:684–687  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

682 }
683
684 private getMainPrefix(): string {
685 const prefixes = getPrefixes();
686 return prefixes[0] || "";
687 }
688
689 private getChatKey(msg: Api.Message): string {
690 const chatId = (msg as any).chatId;

Callers 2

helpTextMethod · 0.95
DeepWikiPluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected