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_session_delete_message

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

Module: Group Voice and Text Communications
The response for vx_req_session_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 for the old message to edit.
long longdelete_time
The timestamp of the deleted message.
char *from_uri
The URI of the sender.

Detailed Description

struct vx_resp_session_delete_message;
The response for vx_req_session_delete_message.
See: vx_req_session_delete_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 for the old message to edit.

variable delete_time

long long delete_time;
The timestamp of the deleted message.

variable from_uri

char * from_uri;
The URI of the sender.

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_uri


Report a problem with this page