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

Fetch chat messages #67

Closed not-so-smart closed 2 years ago

not-so-smart commented 2 years ago

This PR adds implementations for ChatMessageManager#fetch() as well as a bunch of refactoring for other stuff to make this work.

Closes #21.