V2TimTopicInfo
Introduction
The information of the topic.
Parameter introduction
topicID
- Parameter type : string
- Parameter description : The ID of the topic.
topicName
- Parameter type : string
- Parameter description : The name of the topic.
topicFaceUrl
- Parameter type : string
- Parameter description : The URL of the profile avatar of the topic.
introduction
- Parameter type : string
- Parameter description : The introduction of the topic.
notification
- Parameter type : string
- Parameter description : The notification of the topic.
isAllMute
- Parameter type : boolean
- Parameter description : The all mute status of the topic.
selfMuteTime
- Parameter type : number
- Parameter description : The mute time of current user in the topic.
customString
- Parameter type : string
- Parameter description : The custom string for current user.
recvOpt
- Parameter type : number
- Parameter description : Get the current user's message receiving option in the topic. To modify the topic message receiving option, please call the setGroupReceiveMessageOpt method.
0: Receiving messages with offline push notifications.
1: Do not allowed to receive messages.
2: Receiving messages without offline push notifications.
draftText
- Parameter type : string
- Parameter description : A draft message whose editing is not finished (a draft message is stored locally only and will get lost after the app is uninstalled and reinstalled)
unreadCount
- Parameter type : number
- Parameter description : Unread messages count in the topic.
lastMessage
- Parameter type : V2TimMessage
- Parameter description : Last message in the topic.
groupAtInfoList
- Parameter type : V2TimGroupAtInfo[]
- Parameter description : The list of messages that mentioned someone in the topic, which is used to display "someone@me" or "@All" notifications