add AddChat on /start

This commit is contained in:
Владимир Фёдоров 2022-04-25 02:42:13 +07:00
parent 41faa8ede8
commit 6ccd5b478e
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ import (
) )
type chatDTO struct { type chatDTO struct {
ID string `bson:"_id"` ChatID int64 `bson:"chat_id"`
ChatID int64 `bson:"chat_id"`
} }
var cfg *config.Config var cfg *config.Config