NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
NIMQChatChannelInfo结构体 参考

#include <nim_qchat_channel_def.h>

Public 属性

uint64_t server_id
 server id
 
uint64_t channel_id
 channel id
 
char * name
 名称
 
char * topic
 主题
 
char * custom
 自定义字段
 
NIMQChatChannelType type
 频道类型
 
char * owner
 拥有者
 
NIMQChatChannelViewMode view_mode
 查看模式,只有在category_id为0或sync_mode为kNIMQChatChannelSyncModeNoSync时有效
 
NIMQChatChannelVisitorMode visitor_mode
 游客访问模式
 
bool valid_flag
 有效标记,false:无效 true:有效
 
uint64_t create_time
 创建时间
 
uint64_t update_time
 更新时间
 
uint64_t category_id
 频道分组ID
 
NIMQChatChannelSyncMode sync_mode
 频道分组同步模式
 
uint64_t reorder_weight
 自定义排序权重值
 

类成员变量说明

◆ category_id

uint64_t NIMQChatChannelInfo::category_id

频道分组ID

◆ channel_id

uint64_t NIMQChatChannelInfo::channel_id

channel id

◆ create_time

uint64_t NIMQChatChannelInfo::create_time

创建时间

◆ custom

char* NIMQChatChannelInfo::custom

自定义字段

◆ name

char* NIMQChatChannelInfo::name

名称

◆ owner

char* NIMQChatChannelInfo::owner

拥有者

◆ reorder_weight

uint64_t NIMQChatChannelInfo::reorder_weight

自定义排序权重值

◆ server_id

uint64_t NIMQChatChannelInfo::server_id

server id

◆ sync_mode

NIMQChatChannelSyncMode NIMQChatChannelInfo::sync_mode

频道分组同步模式

◆ topic

char* NIMQChatChannelInfo::topic

主题

◆ type

NIMQChatChannelType NIMQChatChannelInfo::type

频道类型

◆ update_time

uint64_t NIMQChatChannelInfo::update_time

更新时间

◆ valid_flag

bool NIMQChatChannelInfo::valid_flag

有效标记,false:无效 true:有效

◆ view_mode

NIMQChatChannelViewMode NIMQChatChannelInfo::view_mode

查看模式,只有在category_id为0或sync_mode为kNIMQChatChannelSyncModeNoSync时有效

◆ visitor_mode

NIMQChatChannelVisitorMode NIMQChatChannelInfo::visitor_mode

游客访问模式


该结构体的文档由以下文件生成: