This commit is contained in:
lendry
2026-06-26 17:49:22 +03:00
parent c23f35e732
commit 4e853f8041
17 changed files with 1547 additions and 167 deletions

View File

@@ -747,6 +747,7 @@ export interface FamilyGroup {
export interface BotChatMessage {
id: string;
direction: 'in' | 'out';
scope?: 'private' | 'broadcast';
text: string;
messageType: string;
messageId: number;