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

Rejoin former group #11

Open not-so-smart opened 3 years ago

not-so-smart commented 3 years ago

FormerGroup#rejoin(): Promise<Group>

Rejoins a group that had previously been left.

Usage:

const formerGroup = client.groups.former.cache.get('12345')
formerGroup.rejoin()