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