NIM SDK API  9.0.0
Public Member Functions | Public Attributes | List of all members
nim_chatroom::ChatRoomGetMembersParameters Struct Reference

获取聊天室成员参数 More...

#include <nim_chatroom_helper.h>

Public Member Functions

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

Public Attributes

NIMChatRoomGetMemberType type_
 
int64_t timestamp_offset_
 
int limit_
 

Detailed Description

获取聊天室成员参数

Constructor & Destructor Documentation

◆ ChatRoomGetMembersParameters()

nim_chatroom::ChatRoomGetMembersParameters::ChatRoomGetMembersParameters ( )
inline

构造函数

Member Function Documentation

◆ ToJsonString()

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

组装Json Value字符串

Returns
string Json Value字符串

Member Data Documentation

◆ limit_

int nim_chatroom::ChatRoomGetMembersParameters::limit_

数量

◆ timestamp_offset_

int64_t nim_chatroom::ChatRoomGetMembersParameters::timestamp_offset_

成员时间戳偏移量

◆ type_

NIMChatRoomGetMemberType nim_chatroom::ChatRoomGetMembersParameters::type_

成员类型


The documentation for this struct was generated from the following file: