优化了消息数量,筛选和顶部部分

This commit is contained in:
yml2213
2026-06-13 19:03:29 +08:00
parent 3b4cd76e42
commit 9d7184ecde
12 changed files with 223 additions and 12 deletions
+4
View File
@@ -51,6 +51,10 @@ type MessageDTO struct {
CreatedAt time.Time `json:"created_at"`
}
type UnreadCountDTO struct {
UnreadCount int64 `json:"unread_count"`
}
type SendMessageRequest struct {
Content string `json:"content"`
AttachmentURLS []string `json:"attachment_urls"`