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

根据 tag 获取聊天室成员参数 更多...

#include <nim_chatroom_helper.h>

Public 成员函数

 ChatRoomGetMembersByTagParameters ()
 
std::string ToJsonString () const
 组装Json Value字符串
 

Public 属性

std::string tag_
 成员 tag
 
int64_t timestamp_offset_
 成员时间戳偏移量
 
int limit_
 数量
 

详细描述

根据 tag 获取聊天室成员参数

构造及析构函数说明

◆ ChatRoomGetMembersByTagParameters()

nim_chatroom::ChatRoomGetMembersByTagParameters::ChatRoomGetMembersByTagParameters ( )
inline

构造函数

成员函数说明

◆ ToJsonString()

std::string nim_chatroom::ChatRoomGetMembersByTagParameters::ToJsonString ( ) const
inline

组装Json Value字符串

返回
string Json Value字符串

类成员变量说明

◆ limit_

int nim_chatroom::ChatRoomGetMembersByTagParameters::limit_

数量

◆ tag_

std::string nim_chatroom::ChatRoomGetMembersByTagParameters::tag_

成员 tag

◆ timestamp_offset_

int64_t nim_chatroom::ChatRoomGetMembersByTagParameters::timestamp_offset_

成员时间戳偏移量


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