vx_resp_session_edit_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago
Module: Group Voice and Text Communications The response for vx_req_session_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 for the old message to edit. |
| char * | new_message The new message to replace existing message. |
| long long | edit_time The timestamp of the edited message. |
| char * | from_uri The URI of the sender. |
Detailed Description
The response for vx_req_session_edit_message. See: vx_req_session_edit_messagestruct vx_resp_session_edit_message;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable message_id
The message_id for the old message to edit.char * message_id;
variable new_message
The new message to replace existing message.char * new_message;
variable edit_time
The timestamp of the edited message.long long edit_time;
variable from_uri
The URI of the sender.char * from_uri;