feat: support GetLastMessage

This commit is contained in:
withchao
2024-12-31 18:18:08 +08:00
parent 4fe15e9ec9
commit 3059436c6c
9 changed files with 114 additions and 4 deletions
+1
View File
@@ -52,6 +52,7 @@ const (
WsLogoutMsg = 2003
WsSetBackgroundStatus = 2004
WsSubUserOnlineStatus = 2005
WsPullConvLastMessage = 2006
WSDataError = 3001
)