Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "dialog-bot", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -27,3 +27,3 @@ import TelegramBot, {ChatId, SendMessageOptions, BotCommand} from "node-telegram-bot-api"; | ||
constructor(chatState: ChatState) { | ||
protected constructor(chatState: ChatState) { | ||
this.chatStateObject = chatState; | ||
@@ -30,0 +30,0 @@ this.chatState = chatState.data; |
84747