vx_req_session_delete_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago
Module: Group Voice and Text Communications Delete a message for all participants in the session. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | session_handle The handle returned from a successful [vx_req_sessiongroup_add_session] request. |
| char * | message_id The message_id for the old message to edit. |
Detailed Description
Delete a message for all participants in the session. See: vx_resp_session_delete_messagestruct vx_req_session_delete_message;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable session_handle
The handle returned from a successful [vx_req_sessiongroup_add_session] request.VX_HANDLE session_handle;
variable message_id
The message_id for the old message to edit.char * message_id;