vx_req_account_delete_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago
Delete an existing message sent to a specific user. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| char * | message_id The message_id for the old message to edit. |
| char * | user_uri |
Detailed Description
Delete an existing message sent to a specific user. See: vx_resp_account_delete_messagestruct vx_req_account_delete_message;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable message_id
The message_id for the old message to edit.char * message_id;
variable user_uri
Deprecated: This is deprecated and should not be used. The destination URI.char * user_uri;