NIM 跨平台 C++ SDK
|
#include <v2_nim_def_struct.hpp>
Public 属性 | |
nstd::string | conversationId |
会话标识 | |
V2NIMConversationType | type {V2NIM_CONVERSATION_TYPE_UNKNOWN} |
会话类型 | |
nstd::optional< nstd::string > | name |
会话名称 | |
nstd::optional< nstd::string > | avatar |
会话头像 | |
bool | mute {false} |
免打扰 | |
bool | stickTop {false} |
置顶 | |
nstd::vector< nstd::string > | groupIds |
会话分组 ID 列表 | |
nstd::optional< nstd::string > | localExtension |
本地扩展信息 | |
nstd::optional< nstd::string > | serverExtension |
服务端扩展信息 | |
nstd::optional< V2NIMLastMessage > | lastMessage |
最后一条消息 | |
uint32_t | unreadCount {0} |
未读计数 | |
uint64_t | sortOrder {0} |
会话排序时间 | |
uint64_t | createTime {0} |
会话创建时间 | |
uint64_t | updateTime {0} |
会话更新时间 | |
nstd::optional<nstd::string> v2::V2NIMConversation::avatar |
会话头像
nstd::string v2::V2NIMConversation::conversationId |
会话标识
uint64_t v2::V2NIMConversation::createTime {0} |
会话创建时间
nstd::vector<nstd::string> v2::V2NIMConversation::groupIds |
会话分组 ID 列表
nstd::optional<V2NIMLastMessage> v2::V2NIMConversation::lastMessage |
最后一条消息
nstd::optional<nstd::string> v2::V2NIMConversation::localExtension |
本地扩展信息
nstd::optional<nstd::string> v2::V2NIMConversation::name |
会话名称
nstd::optional<nstd::string> v2::V2NIMConversation::serverExtension |
服务端扩展信息
uint64_t v2::V2NIMConversation::sortOrder {0} |
会话排序时间
V2NIMConversationType v2::V2NIMConversation::type {V2NIM_CONVERSATION_TYPE_UNKNOWN} |
会话类型
uint32_t v2::V2NIMConversation::unreadCount {0} |
未读计数
uint64_t v2::V2NIMConversation::updateTime {0} |
会话更新时间