Add bot id to subscriptions
This commit is contained in:
parent
b92e3c9b30
commit
6e3d23e740
3 changed files with 25 additions and 3 deletions
|
|
@ -48,6 +48,7 @@ Subscriptions.schema = new SimpleSchema({
|
|||
geo: LocationSchema,
|
||||
distance: Number,
|
||||
chatId: { type: Number, optional: true }, // only in 'telegram' type
|
||||
telegramBot: { type: String, optional: true }, // only in 'telegram' type
|
||||
owner: String,
|
||||
type: String,
|
||||
createdAt: defaultCreatedAt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue