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

Remove member #18

Closed not-so-smart closed 1 year ago

not-so-smart commented 3 years ago

Member#remove(): Promise<FormerMember> (is this a meaningful distinction?)

Removes a member from the group.

Usage:

const group = client.groups.cache.get('12345')
const member = group.members.cache.get('67890')
member.remove()