NIM PC Cross Platform SDK
nim::QueryCollectsParm Struct Reference

分页查询收藏列表参数 More...

#include <nim_talkex_helper_collect.h>

Static Public Member Functions

static std::string ToJsonString (const QueryCollectsParm &info)
 

Public Attributes

uint64_t from_time
 起始时间,默认0
 
uint64_t to_time
 结束时间,推荐当前时间+1小时
 
uint64_t exclude_id
 结束查询的最后一条收藏的id(不包含在查询结果中)缺省 可填0
 
int limit
 本次查询的上限(最多100条)
 
bool reverse
 反向查询(按时间正序起查,正序排列),false:按时间逆序起查,逆序排列(建议默认为false)
 
int type
 收藏类型,缺省表示所有类型
 

Detailed Description

分页查询收藏列表参数


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