Home > borogove > persistence > Dummy > updateMessageStatus

persistence.Dummy.updateMessageStatus() method

Signature:

updateMessageStatus(accountId: string, localId: string, status: borogove_MessageStatus, statusText: string | null): Promise<borogove markdown="1"_ChatMessage>;

Parameters

Parameter Type Description
accountId string
localId string
status borogove_MessageStatus
statusText string | null

Returns:

Promise<borogove_ChatMessage>