add AddChat on /start

This commit is contained in:
2022-04-25 02:42:13 +07:00
parent 41faa8ede8
commit 6ccd5b478e
+1 -2
View File
@@ -10,8 +10,7 @@ import (
)
type chatDTO struct {
ID string `bson:"_id"`
ChatID int64 `bson:"chat_id"`
ChatID int64 `bson:"chat_id"`
}
var cfg *config.Config