new Topic()
社群话题对象,用于描述话题具有的属性,如名称、公告、简介、未读数等信息。
Properties:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
topicID |
String |
话题 ID |
||||||||||||||||||||||||||||||||||||||||||||||||||||
topicName |
String |
话题名称 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
avatar |
String |
话题头像 URL |
||||||||||||||||||||||||||||||||||||||||||||||||||||
introduction |
String |
话题简介 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
notification |
String |
话题公告 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
unreadCount |
Number |
话题消息未读数 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
muteAllMembers |
Boolean |
设置全体禁言,true 表示全体禁言,false 表示取消全体禁言 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
customData |
String |
话题自定义信息 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
groupAtInfoList |
Array |
话题 @ 信息列表 (v2.21.0 起支持话题 at 全员信息) |
||||||||||||||||||||||||||||||||||||||||||||||||||||
lastMessage |
Object |
话题最新的消息(v2.21.0 起支持) Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
selfInfo |
Object |
当前用户在话题中的信息 Properties
|