mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
usync, chat: get bot profile info and get bot list
This commit is contained in:
@@ -31,6 +31,11 @@ export interface PresenceData {
|
||||
lastSeen?: number
|
||||
}
|
||||
|
||||
export type BotListInfo = {
|
||||
jid: string
|
||||
personaId: string
|
||||
}
|
||||
|
||||
export type ChatMutation = {
|
||||
syncAction: proto.ISyncActionData
|
||||
index: string[]
|
||||
|
||||
Reference in New Issue
Block a user