Add bot id to subscriptions
This commit is contained in:
parent
b92e3c9b30
commit
6e3d23e740
3 changed files with 25 additions and 3 deletions
|
|
@ -106,7 +106,6 @@ const schemaUser = new SimpleSchema({
|
|||
'name.first': String,
|
||||
'name.last': String, */
|
||||
lang: { type: String, optional: true },
|
||||
telegramBot: { type: String, optional: true },
|
||||
telegramChatId: { type: SimpleSchema.Integer, optional: true },
|
||||
telegramUsername: { type: String, optional: true },
|
||||
telegramFirstName: { type: String, optional: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue