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

#include <nim_qchat_server_def.h>

Public 属性

nim_qchat_server_get_invite_apply_record_by_self_cb_func cb
 查询自己邀请申请历史异步回调
 
void * user_data
 自定义用户数据
 
uint64_t start_time
 起始时间
 
uint64_t end_time
 结束时间
 
bool reverse
 是否倒序, false: 否, true: 是
 
uint32_t limit
 查询条数
 
uint64_t exclude_record_id
 要排除的记录id
 

类成员变量说明

◆ cb

nim_qchat_server_get_invite_apply_record_by_self_cb_func NIMQChatServerGetInviteApplyRecordOfSelfParam::cb

查询自己邀请申请历史异步回调

◆ end_time

uint64_t NIMQChatServerGetInviteApplyRecordOfSelfParam::end_time

结束时间

◆ exclude_record_id

uint64_t NIMQChatServerGetInviteApplyRecordOfSelfParam::exclude_record_id

要排除的记录id

◆ limit

uint32_t NIMQChatServerGetInviteApplyRecordOfSelfParam::limit

查询条数

◆ reverse

bool NIMQChatServerGetInviteApplyRecordOfSelfParam::reverse

是否倒序, false: 否, true: 是

◆ start_time

uint64_t NIMQChatServerGetInviteApplyRecordOfSelfParam::start_time

起始时间

◆ user_data

void* NIMQChatServerGetInviteApplyRecordOfSelfParam::user_data

自定义用户数据


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