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_edit_message

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

The response for vx_req_account_edit_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 edited.
char *new_message
The new message to replace existing one.
long longedit_time
The timestamp of the edited message.
char *from_user
The sender URI.

Detailed Description

struct vx_resp_account_edit_message;
The response for vx_req_account_edit_message.
See: vx_req_account_edit_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 edited.

variable new_message

char * new_message;
The new message to replace existing one.

variable edit_time

long long edit_time;
The timestamp of the edited 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 new_message

      • variable edit_time

      • variable from_user


Report a problem with this page