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

Delete group #9

Closed not-so-smart closed 2 years ago

not-so-smart commented 3 years ago

Group#delete(): Promise<void>

Deletes a group.

Usage:

const group = client.groups.cache.get('12345')
group.delete()
ngm-bot commented 2 years ago

:tada: This issue has been resolved in version 2.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: