- Preparing search index...
- The search index is not available
baileys
Type alias SignalKeyStore
SignalKeyStore: { clear?() => Awaitable<void>; get<T>(type,
ids) => Awaitable<{ [
id:
string]
: SignalDataTypeMap[T]; }>; set(data) => Awaitable<void>; }
Type declaration
-
clear?:function
- clear(): Awaitable<void>
-
Returns Awaitable<void>
-
get:function
-
set:function
- set(data): Awaitable<void>
-
Returns Awaitable<void>
clear all the data in the store