TypeError: Cannot read property 'chat' of undefined
at /var/lib/openshift/581204327628e191f2000152/app-root/runtime/repo/node_modules/telegram-api/types/Base.js:86:27
at Array.find (native)
at Bot.listener (/var/lib/openshift/581204327628e191f2000152/app-root/runtime/repo/node_modules/telegram-api/types/Base.js:78:31)
at emitOne (events.js:101:20)
at Bot.emit (events.js:188:7)
at /var/lib/openshift/581204327628e191f2000152/app-root/runtime/repo/node_modules/telegram-api/build/functions/poll.js:12:9
at process._tickDomainCallback (internal/process/next_tick.js:129:7)
Source. Could happen in any bot.command or bot.get.
```
TypeError: Cannot read property 'chat' of undefined
at /var/lib/openshift/581204327628e191f2000152/app-root/runtime/repo/node_modules/telegram-api/types/Base.js:86:27
at Array.find (native)
at Bot.listener (/var/lib/openshift/581204327628e191f2000152/app-root/runtime/repo/node_modules/telegram-api/types/Base.js:78:31)
at emitOne (events.js:101:20)
at Bot.emit (events.js:188:7)
at /var/lib/openshift/581204327628e191f2000152/app-root/runtime/repo/node_modules/telegram-api/build/functions/poll.js:12:9
at process._tickDomainCallback (internal/process/next_tick.js:129:7)
```
[Source](https://github.com/austinhuang0131/metagon). Could happen in any `bot.command` or `bot.get`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Source. Could happen in any
bot.commandorbot.get.#32