1. Add a new method to obtain conversation id based on user id or group id </br>
1. Add a new method to obtain conversation id based on user id or group id </br>
2. Modify the type of conversation manager input parameter sessionType to int
2. Modify the type of conversation manager input parameter sessionType to int
## 0.0.6
## 0.0.6
Fix bug
Fix bug
## 0.0.5
## 0.0.5
Upgrade sdk </br>
Upgrade sdk </br>
Fix message error bug
Fix message error bug
@ -224,11 +239,14 @@ Fix message error bug
Replace the input parameters of the createCustomMessage method from Uint8List to Map
Replace the input parameters of the createCustomMessage method from Uint8List to Map
## 0.0.3
## 0.0.3
Upgrade sdk </br>
Upgrade sdk </br>
Fix bug </br>
Fix bug </br>
## 0.0.2
## 0.0.2
1. Move the markSingleMessageHasRead, markGroupMessageHasRead and getTotalUnreadMsgCount methods from the MessageManager class to the ConversationManager class. </br>
1. Move the markSingleMessageHasRead, markGroupMessageHasRead and getTotalUnreadMsgCount methods
from the MessageManager class to the ConversationManager class. </br>
2. Modify the parameters of the setFriendInfo method. </br>
2. Modify the parameters of the setFriendInfo method. </br>
3. Modify the parameters of the createGroup and setGroupInfo methods.
3. Modify the parameters of the createGroup and setGroupInfo methods.