cn.tee3.avd_SDK-C++
2.1.0
|
聊天消息结构. 更多...
Public 属性 | |
uint32 | timestamp |
消息时间戳,对应用层是本地时间,传输中用GMT时间 更多... | |
UserId | fromId |
消息发送者Id 更多... | |
String | fromName |
消息发送者名 更多... | |
String | message |
消息内容 更多... | |
聊天消息结构.
聊天消息定义了一次传输聊天的信息。
UserId tee3::avd::Message::fromId |
消息发送者Id
String tee3::avd::Message::fromName |
消息发送者名
String tee3::avd::Message::message |
uint32 tee3::avd::Message::timestamp |
消息时间戳,对应用层是本地时间,传输中用GMT时间