Fixed field chat_id

This commit is contained in:
2023-02-14 01:21:44 +03:00
parent 7ac170ce04
commit 8f661d68a1
+1 -1
View File
@@ -8,7 +8,7 @@ import (
type Chat struct {
tongo.Item `bson:",inline"`
ChatId int64
ChatId int64 `bson:"chat_id"`
Title string
TopicId int64 `bson:"topic_id"`
}