![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_message_def.h>
Public 属性 | |
nim_qchat_get_mentioned_me_messages_cb_func | cb |
查询未读消息中 @ 当前用户的消息异步回调 | |
void * | user_data |
自定义用户数据 | |
uint64_t | server_id |
服务器ID | |
uint64_t | channel_id |
频道ID | |
uint64_t | timestamp |
查询的起始时间位置, 0表示当前时间 | |
uint32_t | limit |
查询条数 | |
nim_qchat_get_mentioned_me_messages_cb_func NIMQChatGetMentionedMeMessagesParam::cb |
查询未读消息中 @ 当前用户的消息异步回调
uint64_t NIMQChatGetMentionedMeMessagesParam::channel_id |
频道ID
uint32_t NIMQChatGetMentionedMeMessagesParam::limit |
查询条数
uint64_t NIMQChatGetMentionedMeMessagesParam::server_id |
服务器ID
uint64_t NIMQChatGetMentionedMeMessagesParam::timestamp |
查询的起始时间位置, 0表示当前时间
void* NIMQChatGetMentionedMeMessagesParam::user_data |
自定义用户数据