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

#include <nim_qchat_system_notification_cpp_def.h>

Public 成员函数

 QChatTypingEvent ()=default
 
 QChatTypingEvent (const NIMQChatTypingEvent &c_param)
 
NIMQChatTypingEvent ToCParam () const
 

Public 属性

uint64_t server_id {0}
 事件所属的server id
 
uint64_t channel_id {0}
 事件所属的channel id
 
std::string extension {""}
 事件扩展字段
 
std::string from_accid {""}
 事件发送者的accid
 
std::string from_nick {""}
 事件发送者的昵称
 
uint64_t timestamp {0}
 事件发送时间戳
 

构造及析构函数说明

◆ QChatTypingEvent() [1/2]

nim::QChatTypingEvent::QChatTypingEvent ( )
default

◆ QChatTypingEvent() [2/2]

nim::QChatTypingEvent::QChatTypingEvent ( const NIMQChatTypingEvent c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatTypingEvent nim::QChatTypingEvent::ToCParam ( ) const
inline

类成员变量说明

◆ channel_id

uint64_t nim::QChatTypingEvent::channel_id {0}

事件所属的channel id

◆ extension

std::string nim::QChatTypingEvent::extension {""}

事件扩展字段

◆ from_accid

std::string nim::QChatTypingEvent::from_accid {""}

事件发送者的accid

◆ from_nick

std::string nim::QChatTypingEvent::from_nick {""}

事件发送者的昵称

◆ server_id

uint64_t nim::QChatTypingEvent::server_id {0}

事件所属的server id

◆ timestamp

uint64_t nim::QChatTypingEvent::timestamp {0}

事件发送时间戳


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