mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: native-mobile-api
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { proto } from '../../WAProto'
|
||||
import { RegistrationOptions } from '../Socket/registration'
|
||||
import type { Contact } from './Contact'
|
||||
import type { MinimalMessage } from './Message'
|
||||
|
||||
@@ -58,6 +59,13 @@ export type AuthenticationCreds = SignalCreds & {
|
||||
/** number of times history & app state has been synced */
|
||||
accountSyncCounter: number
|
||||
accountSettings: AccountSettings
|
||||
// mobile creds
|
||||
deviceId: string
|
||||
phoneId: string
|
||||
identityId: Buffer
|
||||
registered: boolean
|
||||
backupToken: Buffer
|
||||
registration: RegistrationOptions
|
||||
}
|
||||
|
||||
export type SignalDataTypeMap = {
|
||||
|
||||
Reference in New Issue
Block a user