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

Method getChatMode

pangu/pangu.ts:235–238  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

233
234 // 设置会话模式
235 private async setChatMode(chatId: string, enabled: boolean): Promise<void> {
236 this.db.data.chats[chatId] = enabled;
237 this.updateStats();
238 await this.db.write();
239 }
240
241 // 检查是否为白名单

Callers 2

showStatusMethod · 0.95
PanguPluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected