- Preparing search index...
- The search index is not available
baileys
Type alias AuthenticationCreds
AuthenticationCreds: SignalCreds & { account?: IADVSignedDeviceIdentity; accountSettings: AccountSettings; accountSyncCounter: number; advSecretKey: string; firstUnuploadedPreKeyId: number; lastAccountSyncTimestamp?: number; lastPropHash: string | undefined; me?: Contact; myAppStateKeyId?: string; nextPreKeyId: number; noiseKey: KeyPair; pairingCode: string | undefined; pairingEphemeralKeyPair: KeyPair; platform?: string; processedHistoryMessages: MinimalMessage[]; registered: boolean; routingInfo: Buffer | undefined; signalIdentities?: SignalIdentity[]; }
Type declaration
-
-
-
accountSyncCounter: number
-
advSecretKey: string
-
firstUnuploadedPreKeyId: number
-
Optional
lastAccountSyncTimestamp?: number
-
lastPropHash: string | undefined
-
-
Optional
myAppStateKeyId?: string
-
nextPreKeyId: number
-
Readonly
noiseKey: KeyPair
-
pairingCode: string | undefined
-
Readonly
pairingEphemeralKeyPair: KeyPair
-
Optional
platform?: string
-
-
registered: boolean
-
routingInfo: Buffer | undefined
-
Optional
signalIdentities?: SignalIdentity[]
number of times history & app state has been synced