V2TimTopicInfo constructor

V2TimTopicInfo({
  1. String? topicID,
  2. String? topicName,
  3. String? topicFaceUrl,
  4. String? introduction,
  5. String? notification,
  6. bool? isAllMute,
  7. int? selfMuteTime,
  8. String? customString,
  9. String? draftText,
  10. int? unreadCount,
  11. V2TimMessage? lastMessage,
  12. List<V2TimGroupAtInfo>? groupAtInfoList,
})

Implementation

V2TimTopicInfo({
  this.topicID,
  this.topicName,
  this.topicFaceUrl,
  this.introduction,
  this.notification,
  this.isAllMute,
  this.selfMuteTime,
  this.customString,
  this.draftText,
  this.unreadCount,
  this.lastMessage,
  this.groupAtInfoList,
});