edit_chat_message(p_message_id integer, p_new_content text)


Description

Updates the content of a chat message and records the old content in the edit history.

Parameters

Name Type Mode
p_message_id integer IN
p_new_content text IN

Definition