V2TimConversation constructor

V2TimConversation({
  1. required String conversationID,
  2. int? type,
  3. String? userID,
  4. String? groupID,
  5. String? showName,
  6. String? faceUrl,
  7. String? groupType,
  8. int? unreadCount,
  9. V2TimMessage? lastMessage,
  10. String? draftText,
  11. int? draftTimestamp,
  12. List<V2TimGroupAtInfo?>? groupAtInfoList,
  13. bool? isPinned,
  14. int? recvOpt,
  15. int? orderkey,
  16. List<int?>? markList,
  17. String? customData,
  18. List<String?>? conversationGroupList,
})

Implementation

V2TimConversation({
  required this.conversationID,
  this.type,
  this.userID,
  this.groupID,
  this.showName,
  this.faceUrl,
  this.groupType,
  this.unreadCount,
  this.lastMessage,
  this.draftText,
  this.draftTimestamp,
  this.groupAtInfoList,
  this.isPinned,
  this.recvOpt,
  this.orderkey,
  this.markList,
  this.customData,
  this.conversationGroupList,
});