Fixed field chat_id

This commit is contained in:
nefrace 2023-02-14 01:21:44 +03:00
parent 7ac170ce04
commit 8f661d68a1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
type Chat struct { type Chat struct {
tongo.Item `bson:",inline"` tongo.Item `bson:",inline"`
ChatId int64 ChatId int64 `bson:"chat_id"`
Title string Title string
TopicId int64 `bson:"topic_id"` TopicId int64 `bson:"topic_id"`
} }