Home > borogove > persistence > Dummy > getMessagesAround
persistence.Dummy.getMessagesAround() method
Signature:
getMessagesAround(accountId: string, chatId: string, aroundId: string | null, aroundTime: string | null): Promise<borogove markdown="1"_ChatMessage[]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| accountId | string | |
| chatId | string | |
| aroundId | string | null | |
| aroundTime | string | null |
Returns:
Promise<borogove_ChatMessage[]>