feat: update model

This commit is contained in:
Rogee
2024-09-04 11:01:49 +08:00
parent 424175c2ce
commit 676b31bed3
2 changed files with 6 additions and 2 deletions

View File

@@ -20,4 +20,5 @@ type ChannelMessages struct {
PublishedAt time.Time
CreatedAt time.Time
GroupID int64
Published bool
}