V2TimConversation constructor
V2TimConversation(- String conversationID,
- int type,
- String userID,
- String groupID,
- String showName,
- String faceUrl,
- int recvOpt,
- String groupType,
- int unreadCount,
- V2TimMessage lastMessage,
- String draftText,
- int draftTimestamp,
- List<V2TimGroupAtInfo> groupAtInfoList
)
Implementation
V2TimConversation(
this.conversationID,
this.type,
this.userID,
this.groupID,
this.showName,
this.faceUrl,
this.recvOpt,
this.groupType,
this.unreadCount,
this.lastMessage,
this.draftText,
this.draftTimestamp,
this.groupAtInfoList,
);