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

#include <nim_qchat_channel_def.h>

Public 属性

nim_qchat_channel_update_cb_func cb
 更新频道信息异步回调
 
void * user_data
 自定义用户数据
 
uint64_t channel_id
 频道 ID
 
char * name
 频道名称
 
char * topic
 主题
 
char * custom
 自定义扩展
 
NIMQChatChannelViewMode view_mode
 查看权限
 
NIMQChatChannelVisitorMode visitor_mode
 游客访问模式
 
NIMQChatBusinessAntiSpamInfo anti_spam_info
 反垃圾信息
 

类成员变量说明

◆ anti_spam_info

NIMQChatBusinessAntiSpamInfo NIMQChatChannelUpdateParam::anti_spam_info

反垃圾信息

◆ cb

nim_qchat_channel_update_cb_func NIMQChatChannelUpdateParam::cb

更新频道信息异步回调

◆ channel_id

uint64_t NIMQChatChannelUpdateParam::channel_id

频道 ID

◆ custom

char* NIMQChatChannelUpdateParam::custom

自定义扩展

◆ name

char* NIMQChatChannelUpdateParam::name

频道名称

◆ topic

char* NIMQChatChannelUpdateParam::topic

主题

◆ user_data

void* NIMQChatChannelUpdateParam::user_data

自定义用户数据

◆ view_mode

NIMQChatChannelViewMode NIMQChatChannelUpdateParam::view_mode

查看权限

◆ visitor_mode

NIMQChatChannelVisitorMode NIMQChatChannelUpdateParam::visitor_mode

游客访问模式


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