NIM 跨平台 C++ SDK
|
#include <nim_qchat_server_def.h>
Public 属性 | |
uint64_t | server_id |
server id | |
uint32_t | server_type |
用户自定义服务器类别, 0表示无类别 | |
bool | searchable |
是否能被搜索 | |
char * | name |
名称 | |
char * | icon |
图标 url | |
char * | custom |
自定义字段 | |
char * | owner_id |
所有者 id | |
uint64_t | member_count |
成员数量 | |
NIMQChatServerInviteMode | invite_mode |
邀请模式 | |
NIMQChatServerApplyMode | apply_mode |
申请模式 | |
bool | valid_flag |
有效标记,false:无效 true:有效 | |
uint32_t | channel_count |
该服务器下频道总数 | |
uint32_t | channel_category_count |
总频道分组数量 | |
uint64_t | create_time |
创建时间 | |
uint64_t | update_time |
更新时间 | |
uint64_t | reorder_weight |
自定义排序权重值 | |
NIMQChatServerApplyMode NIMQChatServerInfo::apply_mode |
申请模式
uint32_t NIMQChatServerInfo::channel_category_count |
总频道分组数量
uint32_t NIMQChatServerInfo::channel_count |
该服务器下频道总数
uint64_t NIMQChatServerInfo::create_time |
创建时间
char* NIMQChatServerInfo::custom |
自定义字段
char* NIMQChatServerInfo::icon |
图标 url
NIMQChatServerInviteMode NIMQChatServerInfo::invite_mode |
邀请模式
uint64_t NIMQChatServerInfo::member_count |
成员数量
char* NIMQChatServerInfo::name |
名称
char* NIMQChatServerInfo::owner_id |
所有者 id
uint64_t NIMQChatServerInfo::reorder_weight |
自定义排序权重值
bool NIMQChatServerInfo::searchable |
是否能被搜索
uint64_t NIMQChatServerInfo::server_id |
server id
uint32_t NIMQChatServerInfo::server_type |
用户自定义服务器类别, 0表示无类别
uint64_t NIMQChatServerInfo::update_time |
更新时间
bool NIMQChatServerInfo::valid_flag |
有效标记,false:无效 true:有效