Fixed field chat_id
This commit is contained in:
parent
7ac170ce04
commit
8f661d68a1
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue