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

#include <nim_qchat_message_def.h>

Public 属性

nim_qchat_message_search_page_cb_func cb
 消息搜索异步回调
 
void * user_data
 自定义用户数据
 
char * keyword
 搜索的关键字
 
uint64_t server_id
 服务器ID
 
uint64_t channel_id
 频道ID
 
char * from_accid
 消息发送者ID
 
uint64_t from_time
 搜索的开始时间
 
uint64_t to_time
 搜索的结束时间
 
size_t msg_types_count
 搜索的消息类型数量
 
NIMQChatMsgTypemsg_types
 搜索的消息类型
 
size_t sub_types_count
 搜索的消息子类型数量
 
uint32_t * sub_types
 搜索的消息子类型
 
bool include_self
 是否包含自己的消息
 
NIMQChatSearchOrder order
 排序顺序
 
NIMQChatMessageSearchSort sort
 排序规则
 
uint32_t limit
 查询条数
 
char * cursor
 查询游标, 查询的起始位置
 

类成员变量说明

◆ cb

nim_qchat_message_search_page_cb_func NIMQChatMessageSearchPageParam::cb

消息搜索异步回调

◆ channel_id

uint64_t NIMQChatMessageSearchPageParam::channel_id

频道ID

◆ cursor

char* NIMQChatMessageSearchPageParam::cursor

查询游标, 查询的起始位置

◆ from_accid

char* NIMQChatMessageSearchPageParam::from_accid

消息发送者ID

◆ from_time

uint64_t NIMQChatMessageSearchPageParam::from_time

搜索的开始时间

◆ include_self

bool NIMQChatMessageSearchPageParam::include_self

是否包含自己的消息

◆ keyword

char* NIMQChatMessageSearchPageParam::keyword

搜索的关键字

◆ limit

uint32_t NIMQChatMessageSearchPageParam::limit

查询条数

◆ msg_types

NIMQChatMsgType* NIMQChatMessageSearchPageParam::msg_types

搜索的消息类型

◆ msg_types_count

size_t NIMQChatMessageSearchPageParam::msg_types_count

搜索的消息类型数量

◆ order

NIMQChatSearchOrder NIMQChatMessageSearchPageParam::order

排序顺序

◆ server_id

uint64_t NIMQChatMessageSearchPageParam::server_id

服务器ID

◆ sort

NIMQChatMessageSearchSort NIMQChatMessageSearchPageParam::sort

排序规则

◆ sub_types

uint32_t* NIMQChatMessageSearchPageParam::sub_types

搜索的消息子类型

◆ sub_types_count

size_t NIMQChatMessageSearchPageParam::sub_types_count

搜索的消息子类型数量

◆ to_time

uint64_t NIMQChatMessageSearchPageParam::to_time

搜索的结束时间

◆ user_data

void* NIMQChatMessageSearchPageParam::user_data

自定义用户数据


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