Skip to content

Commit

Permalink
feat: protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Jul 19, 2024
1 parent 4ea5a39 commit a95afc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk_struct/sdk_struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@ type CmdNewMsgComeToConversation struct {
SyncFlag int
}

type CmdMsgSyncInReinstall struct {
Msgs map[string]*sdkws.PullMsgs
Offset int
Total int
}

type CmdPushMsgToMsgSync struct {
Msgs []*sdkws.PushMessages
}
Expand Down

0 comments on commit a95afc3

Please sign in to comment.