revoke message

This commit is contained in:
Gordon
2022-09-29 17:57:26 +08:00
parent cf57f999c5
commit 4d9ed1a6cb
6 changed files with 144 additions and 52 deletions
+1
View File
@@ -508,4 +508,5 @@ type MessageRevoked struct {
ClientMsgID string `mapstructure:"clientMsgID" json:"clientMsgID" validate:"required"`
RevokerNickname string `mapstructure:"revokerNickname" json:"revokerNickname"`
SessionType int32 `mapstructure:"sessionType" json:"sessionType" validate:"required"`
Seq uint32 `mapstructure:"seq" json:"seq" validate:"required"`
}