vx_resp_account_edit_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 7 months ago
The response for vx_req_account_edit_message. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base 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 long | edit_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.
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.