Home > borogove > persistence > Sqlite > searchMessages
persistence.Sqlite.searchMessages() method
Signature:
searchMessages(accountId: string, chatId: string | null, q: string): Promise<Array markdown="1"<borogove markdown="1"_ChatMessage>>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| accountId | string | |
| chatId | string | null | |
| q | string |
Returns:
Promise<Array<borogove_ChatMessage>>