V2TimTopicInfo
功能介绍
话题信息属性
参数介绍
topicID
- 参数类型 : string
- 参数描述 : 话题 ID
topicName
- 参数类型 : string
- 参数描述 : 话题名称
topicFaceUrl
- 参数类型 : string
- 参数描述 : 话题头像
introduction
- 参数类型 : string
- 参数描述 : 话题介绍
notification
- 参数类型 : string
- 参数描述 : 话题公告
isAllMute
- 参数类型 : boolean
- 参数描述 : 话题全员禁言
selfMuteTime
- 参数类型 : number
- 参数描述 : 当前用户在话题中的禁言时间
customString
- 参数类型 : string
- 参数描述 : 话题自定义字段
recvOpt
- 参数类型 : number
- 参数描述 : 话题消息接收选项,修改话题消息接收选项请调用 setGroupReceiveMessageOpt 接口
0:在线正常接收消息,离线时会进行离线推送
1:不会接收到消息,离线不会有推送通知
2:在线正常接收消息,离线不会有推送通知
draftText
- 参数类型 : string
- 参数描述 : 话题草稿
unreadCount
- 参数类型 : number
- 参数描述 : 话题消息未读数量
lastMessage
- 参数类型 : V2TimMessage
- 参数描述 : 话题最新消息
groupAtInfoList
- 参数类型 : V2TimGroupAtInfo[]
- 参数描述 : 话题 at 信息列表