usync, chat: get bot profile info and get bot list

This commit is contained in:
Rajeh Taher
2025-03-19 00:44:43 +02:00
parent add437047a
commit 98ecd2a653
4 changed files with 123 additions and 3 deletions

View File

@@ -31,6 +31,11 @@ export interface PresenceData {
lastSeen?: number
}
export type BotListInfo = {
jid: string
personaId: string
}
export type ChatMutation = {
syncAction: proto.ISyncActionData
index: string[]