Home > borogove > persistence > Sqlite > getMessagesBefore

persistence.Sqlite.getMessagesBefore() method

Signature:

getMessagesBefore(accountId: string, chatId: string, before: borogove_ChatMessage | null): Promise<Array markdown="1"<borogove markdown="1"_ChatMessage>>;

Parameters

Parameter Type Description
accountId string
chatId string
before borogove_ChatMessage | null

Returns:

Promise<Array<borogove_ChatMessage>>