Class vx_resp_account_chat_history_get_last_read_t
Inheritance
vx_resp_account_chat_history_get_last_read_t
Assembly: VivoxUnity.dll
Syntax
public class vx_resp_account_chat_history_get_last_read_t : IDisposable
Constructors
vx_resp_account_chat_history_get_last_read_t()
Declaration
public vx_resp_account_chat_history_get_last_read_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_resp_base_t base_ { get; set; }
Property Value
message_id
Declaration
public string message_id { get; set; }
Property Value
read_at
Declaration
public long read_at { get; set; }
Property Value
unread_messages_count
Declaration
public int unread_messages_count { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_resp_account_chat_history_get_last_read_t()
Declaration
protected ~vx_resp_account_chat_history_get_last_read_t()
Implements