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

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

#include <nim_chatroom_helper.h>

Public Member Functions

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

Public Attributes

std::string tag_
 
int64_t timestamp_offset_
 
int limit_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ChatRoomGetMembersByTagParameters()

nim_chatroom::ChatRoomGetMembersByTagParameters::ChatRoomGetMembersByTagParameters ( )
inline

构造函数

Member Function Documentation

◆ ToJsonString()

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

组装Json Value字符串

Returns
string Json Value字符串

Member Data Documentation

◆ limit_

int nim_chatroom::ChatRoomGetMembersByTagParameters::limit_

数量

◆ tag_

std::string nim_chatroom::ChatRoomGetMembersByTagParameters::tag_

成员 tag

◆ timestamp_offset_

int64_t nim_chatroom::ChatRoomGetMembersByTagParameters::timestamp_offset_

成员时间戳偏移量


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