Edison Chee
Edison Chee
Sounds like a good idea. Seems like I'll have to publish a -typed version of Slimbot in order not to break existing projects. I've also done some cursory research into...
I'm beginning to look into TypeScript migration as it's becoming more necessary to manage method arguments safely, and will intend to publish an alpha for testing when it's ready.
Yeah, for my own development, particularly when I'm doing manual testing for a method like [createNewStickerSet](https://core.telegram.org/bots/api#createnewstickerset) where the `png_sticker` arg can either be a readableStream or just a string. Your...
I'm evaluating both [node-fetch](https://github.com/node-fetch/node-fetch) and [ky](https://github.com/sindresorhus/ky) at the moment, will be replacing Request-Promise in core lib once I'm done.
This is a great idea. Do you think it makes sense to release the booking if no confirmation is done?
yeah not sure how we can communicate this to our users. I can imagine situations where people miss the notification to confirm and end up having the room released.
@ptomas-figma this works perfect! Thank you for pushing this change