This commit is contained in:
Rogee
2024-09-02 19:45:16 +08:00
parent 548b9109eb
commit 399dbe4264
6 changed files with 23 additions and 3 deletions

View File

@@ -19,4 +19,5 @@ type ChannelMessages struct {
Media string
PublishedAt time.Time
CreatedAt time.Time
GroupID int64
}