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

[Feature] Send group message #68

Closed not-so-smart closed 2 years ago

not-so-smart commented 2 years ago

This PR includes implementations for Group#send(text: string) and some REST stuff to make this work.

note: Group#send() (and more broadly, SendableChannelInterface#send()) need additional overloads for sending attachments etc.