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

#include <nim_qchat_message_cpp_def.h>

Public 成员函数

 QChatGetMentionedMeMessagesParam ()=default
 是否倒序, false: 否, true: 是
 
 QChatGetMentionedMeMessagesParam (const NIMQChatGetMentionedMeMessagesParam &param)
 
NIMQChatGetMentionedMeMessagesParam ToCParam () const
 

Public 属性

GetMentionedMeMessagesCallback cb {nullptr}
 查询未读消息中 @ 当前用户的消息异步回调
 
uint64_t server_id {0}
 服务器ID
 
uint64_t channel_id {0}
 频道ID
 
uint64_t timestamp {0}
 查询的起始时间位置, 0表示当前时间
 
uint32_t limit {0}
 查询条数, 0为使用默认值
 

构造及析构函数说明

◆ QChatGetMentionedMeMessagesParam() [1/2]

nim::QChatGetMentionedMeMessagesParam::QChatGetMentionedMeMessagesParam ( )
default

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

◆ QChatGetMentionedMeMessagesParam() [2/2]

nim::QChatGetMentionedMeMessagesParam::QChatGetMentionedMeMessagesParam ( const NIMQChatGetMentionedMeMessagesParam param)
inline

成员函数说明

◆ ToCParam()

NIMQChatGetMentionedMeMessagesParam nim::QChatGetMentionedMeMessagesParam::ToCParam ( ) const
inline

类成员变量说明

◆ cb

GetMentionedMeMessagesCallback nim::QChatGetMentionedMeMessagesParam::cb {nullptr}

查询未读消息中 @ 当前用户的消息异步回调

◆ channel_id

uint64_t nim::QChatGetMentionedMeMessagesParam::channel_id {0}

频道ID

◆ limit

uint32_t nim::QChatGetMentionedMeMessagesParam::limit {0}

查询条数, 0为使用默认值

◆ server_id

uint64_t nim::QChatGetMentionedMeMessagesParam::server_id {0}

服务器ID

◆ timestamp

uint64_t nim::QChatGetMentionedMeMessagesParam::timestamp {0}

查询的起始时间位置, 0表示当前时间


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