NIM 跨平台 C++ SDK
|
void nim_qchat_channel_category_create | ( | const NIMQChatChannelCategoryCreateParam * | param | ) |
创建频道分组
[in] | param | 接口参数 |
void nim_qchat_channel_category_get_white_black_members_by_id | ( | const NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam * | param | ) |
根据ID查询频道分组白/黑名单成员
[in] | param | 接口参数 |
void nim_qchat_channel_category_get_white_black_members_page | ( | const NIMQChatChannelCategoryGetWhiteBlackMembersPageParam * | param | ) |
查询频道分组白/黑名单成员列表(分页)
[in] | param | 接口参数 |
void nim_qchat_channel_category_get_white_black_roles_by_id | ( | const NIMQChatChannelCategoryGetExistingWhiteBlackRolesParam * | param | ) |
根据ID查询频道分组白/黑名单身份组
[in] | param | 接口参数 |
void nim_qchat_channel_category_get_white_black_roles_page | ( | const NIMQChatChannelCategoryGetWhiteBlackRolesPageParam * | param | ) |
查询频道分组白/黑名单身份组列表(分页)
[in] | param | 接口参数 |
void nim_qchat_channel_category_remove | ( | const NIMQChatChannelCategoryRemoveParam * | param | ) |
删除频道分组
[in] | param | 接口参数 |
void nim_qchat_channel_category_update | ( | const NIMQChatChannelCategoryUpdateParam * | param | ) |
删除频道分组
[in] | param | 接口参数 |
void nim_qchat_channel_category_update_white_black_members | ( | const NIMQChatChannelCategoryUpdateWhiteBlackMembersParam * | param | ) |
更新频道分组白/黑名单成员
[in] | param | 接口参数 |
void nim_qchat_channel_category_update_white_black_role | ( | const NIMQChatChannelCategoryUpdateWhiteBlackRoleParam * | param | ) |
更新频道分组白/黑名单身份组
[in] | param | 接口参数 |
void nim_qchat_channel_get_categories_by_id | ( | const NIMQChatChannelGetCategoriesByIDParam * | param | ) |
根据频道分组ID查询频道分组
[in] | param | 接口参数 |
void nim_qchat_channel_get_categories_page | ( | const NIMQChatChannelGetCategoriesPageParam * | param | ) |
查询频道分组列表(分页)
[in] | param | 接口参数 |
void nim_qchat_channel_get_category_channels_page | ( | const NIMQChatChannelGetCategoryChannelsPageParam * | param | ) |
查询频道分组下的频道列表(分页)
[in] | param | 接口参数 |