Simen de Lange
Simen de Lange
When I try to mark a snap as viewed with client.snaps.markSnapViewed(), it gives me the following error and stack trace: ``` TypeError: Cannot read property 'addedFriendsTimestamp' of undefined at Snaps.markSnapsViewed...
Specifically, not having `accounts-password` installed results in errors because the installation process tries to install bcrypt 0.7.8, which does not compile for node 4. Installing `accounts-password` manually for some reason...
This package appears to be meant as a base for a project. npm packages are supposed to be modules for other projects. Installing this through npm is useless, as the...
Hooks
Implement some way to hook into the bot's operations, like `bot.on("telegram.messageReceived", (message, bridge) => ...)`, so people can write extensions to it