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 chat message #72

Closed not-so-smart closed 2 years ago

not-so-smart commented 2 years ago

This PR implements Chat#send(text: string).

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