groupme-js / node-groupme

The only GroupMe API library for NodeJS that isn't a million years old.
https://groupme.js.org
MIT License
27 stars 11 forks source link

GroupManager#fetch with `omit_members === false` doesn't work #58

Open not-so-smart opened 2 years ago

not-so-smart commented 2 years ago

GroupManager#fetch with omit_members === false does not work, I assume it's a problem with the runtime typing and it's expecting an array of members that are not there.

Everything else seems to work okay. Tested it with one id, multiple ids, options with and without pagination, and empty call, it all seems to work

Originally posted by @aidenstern in https://github.com/not-so-smart/node-groupme/issues/52#issuecomment-945307919