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

#include <nim_qchat_channel_def.h>

Public 属性

uint64_t server_id
 服务器ID
 
uint64_t category_id
 分组ID
 
char * name
 名称
 
char * custom
 自定义字段
 
char * owner
 拥有者
 
NIMQChatChannelViewMode view_mode
 查看模式
 
bool valid_flag
 有效标记,false:无效 true:有效
 
uint64_t create_time
 创建时间
 
uint64_t update_time
 更新时间
 
uint32_t channel_number
 频道数量
 

类成员变量说明

◆ category_id

uint64_t NIMQChatChannelCategoryInfo::category_id

分组ID

◆ channel_number

uint32_t NIMQChatChannelCategoryInfo::channel_number

频道数量

◆ create_time

uint64_t NIMQChatChannelCategoryInfo::create_time

创建时间

◆ custom

char* NIMQChatChannelCategoryInfo::custom

自定义字段

◆ name

char* NIMQChatChannelCategoryInfo::name

名称

◆ owner

char* NIMQChatChannelCategoryInfo::owner

拥有者

◆ server_id

uint64_t NIMQChatChannelCategoryInfo::server_id

服务器ID

◆ update_time

uint64_t NIMQChatChannelCategoryInfo::update_time

更新时间

◆ valid_flag

bool NIMQChatChannelCategoryInfo::valid_flag

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

◆ view_mode

NIMQChatChannelViewMode NIMQChatChannelCategoryInfo::view_mode

查看模式


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