Home > borogove > persistence > Sqlite > syncPoint

persistence.Sqlite.syncPoint() method

Signature:

syncPoint(accountId: string, chatId: string | null): Promise<borogove markdown="1"_ChatMessage | null>;

Parameters

Parameter Type Description
accountId string
chatId string | null

Returns:

Promise<borogove_ChatMessage | null>