Migration to Tongo, new logic for user storage #3
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue