![]() |
NIM 跨平台 C++ SDK
|
#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 | |
| nim_qchat_server_get_invite_apply_record_by_self_cb_func NIMQChatServerGetInviteApplyRecordOfSelfParam::cb |
查询自己邀请申请历史异步回调
| uint64_t NIMQChatServerGetInviteApplyRecordOfSelfParam::end_time |
结束时间
| uint64_t NIMQChatServerGetInviteApplyRecordOfSelfParam::exclude_record_id |
要排除的记录id
| uint32_t NIMQChatServerGetInviteApplyRecordOfSelfParam::limit |
查询条数
| bool NIMQChatServerGetInviteApplyRecordOfSelfParam::reverse |
是否倒序, false: 否, true: 是
| uint64_t NIMQChatServerGetInviteApplyRecordOfSelfParam::start_time |
起始时间
| void* NIMQChatServerGetInviteApplyRecordOfSelfParam::user_data |
自定义用户数据