diff --git a/proto/ChatInfo.proto b/proto/ChatInfo.proto index 55eb423e..29e45ae5 100644 --- a/proto/ChatInfo.proto +++ b/proto/ChatInfo.proto @@ -8,7 +8,7 @@ message ChatInfo { bool isRead = 6; uint32 uid = 15; uint32 toUid = 3; - oneof DNNKFOCELDL { + oneof content { string text = 1809; uint32 icon = 1168; SystemHint system_hint = 523;