V2TimTopicInfo constructor
V2TimTopicInfo({
- String? topicID,
- String? topicName,
- String? topicFaceUrl,
- String? introduction,
- String? notification,
- bool? isAllMute,
- int? selfMuteTime,
- String? customString,
- String? draftText,
- int? unreadCount,
- V2TimMessage? lastMessage,
- int? messageReadSequence,
- List<
V2TimGroupAtInfo> ? groupAtInfoList, - int? createTime,
- int? defaultPermissions,
- bool? isInheritMessageReceiveOptionFromCommunity,
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.messageReadSequence,
this.groupAtInfoList,
this.createTime,
this.defaultPermissions,
this.isInheritMessageReceiveOptionFromCommunity,
});