chat_room_message_delete (public, deprecated)
chat_room_message_delete room_id
Defined in packages/chat/tcl/chat-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Delete all message in the room.
- Parameters:
- room_id (required)
- See Also:
- xo::db::chat_room
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc chat_room_message_delete set r [::xo::db::Class get_instance_from_db -id $room_id] $r delete_messagesXQL Not present: Generic, PostgreSQL, Oracle