updateMessage(accountId:message:)
Replace the stored record for a message
func updateMessage(accountId: String, message: ChatMessage)
Parameters
accountId
the account that owns the message
message
message to write
Replace the stored record for a message
func updateMessage(accountId: String, message: ChatMessage)
accountId
the account that owns the message
message
message to write