Migration to Tongo, new logic for user storage #3

Merged
nefrace merged 19 commits from tongo into master 2023-09-10 13:10:33 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8f661d68a1 - Show all commits

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"`
}