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

超大群群成员关键字搜索参数 更多...

#include <nim_super_team_helper.h>

Public 属性

std::string team_id_
 超大群 ID
 
std::string keyword_
 搜索关键字, 不得为空
 
uint32_t offset_ {0}
 搜索结果的偏移量
 
SuperTeamQueryOrder order_ {kSuperTeamQueryOrderDesc}
 排序类型
 
uint32_t limit_ {10}
 查询个数
 

详细描述

超大群群成员关键字搜索参数

类成员变量说明

◆ keyword_

std::string nim::SuperTeamMemberKeywordSearchOption::keyword_

搜索关键字, 不得为空

◆ limit_

uint32_t nim::SuperTeamMemberKeywordSearchOption::limit_ {10}

查询个数

◆ offset_

uint32_t nim::SuperTeamMemberKeywordSearchOption::offset_ {0}

搜索结果的偏移量

◆ order_

SuperTeamQueryOrder nim::SuperTeamMemberKeywordSearchOption::order_ {kSuperTeamQueryOrderDesc}

排序类型

◆ team_id_

std::string nim::SuperTeamMemberKeywordSearchOption::team_id_

超大群 ID


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