V2TimTopicInfo
Introduction
The information of the topic.
Parameter introduction
topicID
Parameter type : String
Supported Platform: All
- Parameter description : The ID of the topic.
topicName
Parameter type : String
Supported Platform: All
- Parameter description : The name of the topic.
topicFaceUrl
Parameter type : String
Supported Platform: All
- Parameter description : The URL of the profile avatar of the topic.
introduction
Parameter type : String
Supported Platform: All
- Parameter description : The introduction of the topic.
notification
Parameter type : String
Supported Platform: All
- Parameter description : The notification of the topic.
isAllMute
Parameter type : bool
Supported Platform: All
- Parameter description : The all mute status of the topic.
selfMuteTime
Parameter type : int
Supported Platform: All
- Parameter description : The mute time of current user in the topic.
customString
Parameter type : String
Supported Platform: All
- Parameter description : The custom string for current user.
recvOpt
Parameter type : int
Supported Platform: All
- 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
Supported Platform: All
- 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 : int
Supported Platform: All
- Parameter description : Unread messages count in the topic.
lastMessage
Parameter type : V2TimMessage
Supported Platform: All
- Parameter description : Last message in the topic.
groupAtInfoList
Parameter type : List< V2TimGroupAtInfo >
Supported Platform: All
- Parameter description : The list of messages that mentioned someone in the topic, which is used to display "someone@me" or "@All" notifications
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the data in Map.