Maryam Moghaddas
Maryam Moghaddas
I'm adding this as an issue so that there is a discussion. As of now, the list is quite long and while it is quite organized, it can be hard...
I've set a bot to listen to messages of a rocketchat instance: ``` const { driver } = RocketChat await driver.connect({ host: url.hostname, useSsl: url.protocol === "https:" }) await driver.login({...
Hello. I am creating a bot that relays messages between rocketchat and telegram. messages from multiple users in Telegram are relayed to rocketchat through a single account (the bot account)....