cn.tee3.avd_SDK-C++  2.1.0
Public 属性 | 所有成员列表
tee3::avd::Message结构体 参考

聊天消息结构. 更多...

Public 属性

uint32 timestamp
 消息时间戳,对应用层是本地时间,传输中用GMT时间 更多...
 
UserId fromId
 消息发送者Id 更多...
 
String fromName
 消息发送者名 更多...
 
String message
 消息内容 更多...
 

详细描述

聊天消息结构.

聊天消息定义了一次传输聊天的信息。

类成员变量说明

◆ fromId

UserId tee3::avd::Message::fromId

消息发送者Id

◆ fromName

String tee3::avd::Message::fromName

消息发送者名

◆ message

String tee3::avd::Message::message

◆ timestamp

uint32 tee3::avd::Message::timestamp

消息时间戳,对应用层是本地时间,传输中用GMT时间


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