Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Core SDK

Vivox Core SDK

Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

vx_resp_account_delete_message

Learn about messaging in Vivox Core.
Read time 1 minute
Last updated 8 months ago

The response for vx_req_account_delete_message. More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
char *message_id
The message_id of the message to be deleted.
long longdelete_time
The timestamp of the deleted message.
char *from_user
The sender URI.

Detailed Description

struct vx_resp_account_delete_message;
The response for vx_req_account_delete_message.
See: vx_req_account_send_message

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable message_id

char * message_id;
The message_id of the message to be deleted.

variable delete_time

long long delete_time;
The timestamp of the deleted message.

variable from_user

char * from_user;
The sender URI.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Public Attributes

    • Detailed Description

    • Public Attributes Documentation

      • variable base

      • variable message_id

      • variable delete_time

      • variable from_user


Report a problem with this page