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

Create group #7

Closed not-so-smart closed 2 years ago

not-so-smart commented 3 years ago

GroupManager#create(options: GroupCreateOptions): Promise<Group>

Creates a new group. It would probably be worth describing the GroupCreateOptions object, but I'll decide on that later.

Usage:

client.groups.create({ name: "my awesome group" })
striker4150 commented 2 years ago

Hi, I created a PR to add this feature. Please let me know if you have any suggestions.

not-so-smart commented 2 years ago

Hi, I created a PR to add this feature. Please let me know if you have any suggestions.

Thanks so much! I'll check it out

ngm-bot commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: