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

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

#include <nim_chatroom_helper.h>

Public 成员函数

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

Public 属性

NIMChatRoomGetMemberType type_
 成员类型
 
int64_t timestamp_offset_
 成员时间戳偏移量
 
int limit_
 数量
 

详细描述

获取聊天室成员参数

构造及析构函数说明

◆ ChatRoomGetMembersParameters()

nim_chatroom::ChatRoomGetMembersParameters::ChatRoomGetMembersParameters ( )
inline

构造函数

成员函数说明

◆ ToJsonString()

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

组装Json Value字符串

返回
string Json Value字符串

类成员变量说明

◆ limit_

int nim_chatroom::ChatRoomGetMembersParameters::limit_

数量

◆ timestamp_offset_

int64_t nim_chatroom::ChatRoomGetMembersParameters::timestamp_offset_

成员时间戳偏移量

◆ type_

NIMChatRoomGetMemberType nim_chatroom::ChatRoomGetMembersParameters::type_

成员类型


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