NIM PC Cross Platform SDK
|
#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 |
反垃圾信息 | |
NIMQChatBusinessAntiSpamInfo NIMQChatChannelUpdateParam::anti_spam_info |
反垃圾信息
nim_qchat_channel_update_cb_func NIMQChatChannelUpdateParam::cb |
更新频道信息异步回调
uint64_t NIMQChatChannelUpdateParam::channel_id |
频道 ID
char* NIMQChatChannelUpdateParam::custom |
自定义扩展
char* NIMQChatChannelUpdateParam::name |
频道名称
char* NIMQChatChannelUpdateParam::topic |
主题
void* NIMQChatChannelUpdateParam::user_data |
自定义用户数据
NIMQChatChannelViewMode NIMQChatChannelUpdateParam::view_mode |
查看权限
NIMQChatChannelVisitorMode NIMQChatChannelUpdateParam::visitor_mode |
游客访问模式