Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_chat_history_set_marker

Set chat history markers.
Read time 1 minuteLast updated 16 days ago

Sets the message as read in a given conversation, this information will be used to calculate the amount of unread messages in a conversation among other things. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful login request.
char *with_uri
The URI you want to set the chat marker on, can be a channel URI or user URI.
char *message_id
The message ID you want to mark as read.
long longseen_at
The time you want to mark the message as read.

Detailed Description

struct vx_req_account_chat_history_set_marker;
Sets the message as read in a given conversation, this information will be used to calculate the amount of unread messages in a conversation among other things. See: vx_resp_account_chat_history_set_marker

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful login request.

variable with_uri

char * with_uri;
The URI you want to set the chat marker on, can be a channel URI or user URI.

variable message_id

char * message_id;
The message ID you want to mark as read.

variable seen_at

long long seen_at;
The time you want to mark the message as read. Defaults to the current time.