你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ChatThreadCreatedEvent interface
已创建的聊天线程的事件。 所有聊天参与者都会收到此事件,包括原始发件人
- Extends
-
@azure/communication-signaling.BaseChatThreadEvent
属性
created |
创建聊天线程的用户的 ID。 |
created |
创建线程时的时间戳。 时间戳采用 RFC3339 格式: |
participants | 线程上的参与者列表。 |
properties | 线程的属性。 |
继承属性
thread |
事件的线程 ID。 |
version | 线程的版本。 此版本是无符号数字 Int64 格式的纪元时间: |
属性详细信息
createdBy
创建聊天线程的用户的 ID。
createdBy: ChatParticipant
属性值
@azure/communication-signaling.ChatParticipant
createdOn
创建线程时的时间戳。 时间戳采用 RFC3339 格式: yyyy-MM-ddTHH:mm:ssZ
。
createdOn: Date
属性值
Date
participants
线程上的参与者列表。
participants: ChatParticipant[]
属性值
@azure/communication-signaling.ChatParticipant[]
properties
线程的属性。
properties: ChatThreadProperties
属性值
@azure/communication-signaling.ChatThreadProperties
继承属性详细信息
threadId
事件的线程 ID。
threadId: string
属性值
string
继承自 BaseChatThreadEvent.threadId
version
线程的版本。 此版本是无符号数字 Int64 格式的纪元时间: 1593117207131
version: string
属性值
string
继承自 BaseChatThreadEvent.version